rtl433  UNKNOWN
RTL-433 utility
efergy_e2_classic.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device efergy_e2_classic
 

Function Documentation

◆ efergy_e2_classic_callback()

static int efergy_e2_classic_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ efergy_e2_classic

r_device efergy_e2_classic
Initial value:
= {
.name = "Efergy e2 classic",
.modulation = FSK_PULSE_PWM,
.short_width = 64,
.long_width = 136,
.sync_width = 500,
.gap_limit = 200,
.reset_limit = 400,
.disabled = 0,
.fields = output_fields,
}
FSK, Pulse Width Modulation. Short pulses = 1, Long = 0.
Definition: r_device.h:20
static char * output_fields[]
Definition: efergy_e2_classic.c:97
static int efergy_e2_classic_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: efergy_e2_classic.c:27

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"model",
"id",
"current",
"interval",
"battery",
"learn",
NULL,
}