rtl433  UNKNOWN
RTL-433 utility
current_cost.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device current_cost
 

Function Documentation

◆ current_cost_callback()

Variable Documentation

◆ current_cost

r_device current_cost
Initial value:
= {
.name = "CurrentCost Current Sensor",
.modulation = FSK_PULSE_PCM,
.short_width = 250,
.long_width = 250,
.reset_limit = 8000,
.decode_fn = &current_cost_callback,
.disabled = 0,
.fields = output_fields,
}
static int current_cost_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: current_cost.c:3
FSK, Pulse Code Modulation.
Definition: r_device.h:19
static char * output_fields[]
Definition: current_cost.c:73

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"model",
"dev_id",
"id",
"power0",
"power1",
"power2",
NULL
}