rtl433  UNKNOWN
RTL-433 utility
lacrosse_TX141TH_Bv2.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device lacrosse_TX141TH_Bv2
 

Function Documentation

◆ lacrosse_tx141th_bv2_callback()

Variable Documentation

◆ lacrosse_TX141TH_Bv2

r_device lacrosse_TX141TH_Bv2
Initial value:
= {
.name = "LaCrosse TX141-Bv2/TX141TH-Bv2 sensor",
.modulation = OOK_PULSE_PWM,
.short_width = 208,
.long_width = 417,
.sync_width = 833,
.gap_limit = 625,
.reset_limit = 1500,
.disabled = 0,
.fields = output_fields,
}
Pulse Width Modulation with precise timing parameters.
Definition: r_device.h:13
static char * output_fields[]
Definition: lacrosse_TX141TH_Bv2.c:168
static int lacrosse_tx141th_bv2_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: lacrosse_TX141TH_Bv2.c:94

◆ output_fields

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