rtl433  UNKNOWN
RTL-433 utility
silvercrest.c File Reference

Functions

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

Variables

uint8_t cmd_lu_tab [16] = {2,3,0,1,4,5,7,6,0xC,0xD,0xF,0xE,8,9,0xB,0xA}
 
static char * output_fields []
 
r_device silvercrest
 

Function Documentation

◆ silvercrest_callback()

static int silvercrest_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ cmd_lu_tab

uint8_t cmd_lu_tab[16] = {2,3,0,1,4,5,7,6,0xC,0xD,0xF,0xE,8,9,0xB,0xA}

Referenced by silvercrest_callback().

◆ output_fields

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

◆ silvercrest

r_device silvercrest
Initial value:
= {
.name = "Silvercrest Remote Control",
.modulation = OOK_PULSE_PWM,
.short_width = 264,
.long_width = 744,
.reset_limit = 12000,
.gap_limit = 5000,
.decode_fn = &silvercrest_callback,
.disabled = 0,
.fields = output_fields,
}
static char * output_fields[]
Definition: silvercrest.c:45
Pulse Width Modulation with precise timing parameters.
Definition: r_device.h:13
static int silvercrest_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: silvercrest.c:16