rtl433  UNKNOWN
RTL-433 utility
steelmate.c File Reference

Functions

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

Variables

static char * output_fields []
 
r_device steelmate
 

Function Documentation

◆ steelmate_callback()

static int steelmate_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

Variable Documentation

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"type",
"model",
"id",
"pressure_PSI",
"temperature_F",
"battery_mV",
"mic",
NULL
}

◆ steelmate

r_device steelmate
Initial value:
= {
.name = "Steelmate TPMS",
.short_width = 12*4,
.long_width = 0,
.reset_limit = 27*4,
.decode_fn = &steelmate_callback,
.disabled = 0,
.fields = output_fields,
}
static char * output_fields[]
Definition: steelmate.c:102
static int steelmate_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: steelmate.c:30
FSK, Manchester encoding.
Definition: r_device.h:21