rtl433  UNKNOWN
RTL-433 utility
thermopro_tp12.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device thermopro_tp12
 

Function Documentation

◆ thermopro_tp12_sensor_callback()

Variable Documentation

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"model",
"id",
"temperature_1_C",
"temperature_2_C",
NULL
}

◆ thermopro_tp12

r_device thermopro_tp12
Initial value:
= {
.name = "Thermopro TP08/TP12/TP20 thermometer",
.modulation = OOK_PULSE_PPM,
.short_width = 500,
.long_width = 1500,
.gap_limit = 2000,
.reset_limit = 4000,
.disabled = 0,
.fields = output_fields,
}
Pulse Position Modulation. Short gap = 0, Long = 1.
Definition: r_device.h:12
static char * output_fields[]
Definition: thermopro_tp12.c:106
static int thermopro_tp12_sensor_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: thermopro_tp12.c:47