rtl433  UNKNOWN
RTL-433 utility
philips.c File Reference

Functions

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

Variables

static const uint8_t channel_map [] = { 2, 0, 1, 0, 3 }
 
static char * philips_output_fields []
 
r_device philips
 

Function Documentation

◆ philips_callback()

Variable Documentation

◆ channel_map

const uint8_t channel_map[] = { 2, 0, 1, 0, 3 }
static

Referenced by philips_callback().

◆ philips

r_device philips
Initial value:
= {
.name = "Philips outdoor temperature sensor",
.modulation = OOK_PULSE_PWM,
.short_width = 2000,
.long_width = 6000,
.reset_limit = 30000,
.decode_fn = &philips_callback,
.disabled = 0,
}
Pulse Width Modulation with precise timing parameters.
Definition: r_device.h:13
static char * philips_output_fields[]
Definition: philips.c:150
static int philips_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: philips.c:51

◆ philips_output_fields

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