rtl433  UNKNOWN
RTL-433 utility
bresser_3ch.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device bresser_3ch
 

Function Documentation

◆ bresser_3ch_callback()

Variable Documentation

◆ bresser_3ch

r_device bresser_3ch
Initial value:
= {
.name = "Bresser Thermo-/Hygro-Sensor 3CH",
.modulation = OOK_PULSE_PWM,
.short_width = 250,
.long_width = 500,
.sync_width = 750,
.gap_limit = 625,
.reset_limit = 1250,
.decode_fn = &bresser_3ch_callback,
.disabled = 0,
.fields = output_fields,
}
static int bresser_3ch_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: bresser_3ch.c:27
Pulse Width Modulation with precise timing parameters.
Definition: r_device.h:13
static char * output_fields[]
Definition: bresser_3ch.c:86

◆ output_fields

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