rtl433  UNKNOWN
RTL-433 utility
honeywell.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device honeywell
 

Function Documentation

◆ honeywell_callback()

static int honeywell_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ honeywell

r_device honeywell
Initial value:
= {
.name = "Honeywell Door/Window Sensor",
.short_width = 39 * 4,
.long_width = 0,
.reset_limit = 73 * 4,
.decode_fn = &honeywell_callback,
.disabled = 0,
.fields = output_fields,
}
static char * output_fields[]
Definition: honeywell.c:64
static int honeywell_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: honeywell.c:21
Manchester encoding. Hardcoded zerobit. Rising Edge = 0, Falling edge = 1.
Definition: r_device.h:10

◆ output_fields

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