rtl433  UNKNOWN
RTL-433 utility
current_cost.c File Reference

CurrentCost TX, CurrentCost EnviR current sensors. More...

Functions

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

Variables

static char * output_fields []
 
r_device current_cost
 

Detailed Description

CurrentCost TX, CurrentCost EnviR current sensors.

Copyright (C) 2015 Emmanuel Navarro enava.nosp@m.rro2.nosp@m.22@gm.nosp@m.ail..nosp@m.com CurrentCost EnviR added by Neil Cowburn git@n.nosp@m.eilc.nosp@m.owbur.nosp@m.n.co.nosp@m.m

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Function Documentation

◆ current_cost_decode()

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_decode,
.disabled = 0,
.fields = output_fields,
}
FSK, Pulse Code Modulation.
Definition: r_device.h:19
static char * output_fields[]
Definition: current_cost.c:110
static int current_cost_decode(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: current_cost.c:15

◆ output_fields

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