rtl433  UNKNOWN
RTL-433 utility
companion_wtr001.c File Reference

Companion WTR001 Temperature Sensor decoder. More...

Functions

static int companion_wtr001_decode (r_device *decoder, bitbuffer_t *bitbuffer)
 

Variables

static char * output_fields []
 
r_device companion_wtr001
 

Detailed Description

Companion WTR001 Temperature Sensor decoder.

Copyright (C) 2019 Karl Lohner klohn.nosp@m.er@t.nosp@m.hespi.nosp@m.ll.c.nosp@m.om

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Function Documentation

◆ companion_wtr001_decode()

Variable Documentation

◆ companion_wtr001

r_device companion_wtr001
Initial value:
= {
.name = "Companion WTR001 Temperature Sensor",
.modulation = OOK_PULSE_PWM,
.short_width = 732,
.long_width = 2196,
.gap_limit = 4000,
.reset_limit = 8000,
.sync_width = 1464,
.decode_fn = &companion_wtr001_decode,
.disabled = 0,
.fields = output_fields,
}
Pulse Width Modulation with precise timing parameters.
Definition: r_device.h:13
static int companion_wtr001_decode(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: companion_wtr001.c:49
static char * output_fields[]
Definition: companion_wtr001.c:142

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"model",
"temperature_C",
"mic",
NULL,
}