rtl433  UNKNOWN
RTL-433 utility
tfa_pool_thermometer.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device tfa_pool_thermometer
 

Function Documentation

◆ tfa_pool_thermometer_callback()

static int tfa_pool_thermometer_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ output_fields

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

◆ tfa_pool_thermometer

r_device tfa_pool_thermometer
Initial value:
= {
.name = "TFA pool temperature sensor",
.modulation = OOK_PULSE_PPM,
.short_width = 2000,
.long_width = 4600,
.gap_limit = 7800,
.reset_limit = 10000,
.disabled = 0,
.fields = output_fields,
}
static char * output_fields[]
Definition: tfa_pool_thermometer.c:56
Pulse Position Modulation. Short gap = 0, Long = 1.
Definition: r_device.h:12
static int tfa_pool_thermometer_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: tfa_pool_thermometer.c:25