rtl433  UNKNOWN
RTL-433 utility
lacrosse_TX141TH_Bv2.c File Reference

LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3 sensor. More...

Functions

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

Variables

static char * output_fields []
 
r_device lacrosse_tx141x
 

Detailed Description

LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3 sensor.

Changes done by Andrew Rivett veggi.nosp@m.efro.nosp@m.g@gma.nosp@m.il.c.nosp@m.om. Copyright is retained by Robert Fraczkiewicz.

Copyright (C) 2017 Robert Fraczkiewicz aromr.nosp@m.ing@.nosp@m.gmail.nosp@m..com

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

◆ lacrosse_tx141x_decode()

Variable Documentation

◆ lacrosse_tx141x

r_device lacrosse_tx141x
Initial value:
= {
.name = "LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3 sensor",
.modulation = OOK_PULSE_PWM,
.short_width = 208,
.long_width = 417,
.sync_width = 833,
.gap_limit = 625,
.reset_limit = 1700,
.decode_fn = &lacrosse_tx141x_decode,
.disabled = 0,
.fields = output_fields,
}
static int lacrosse_tx141x_decode(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: lacrosse_TX141TH_Bv2.c:101
Pulse Width Modulation with precise timing parameters.
Definition: r_device.h:13
static char * output_fields[]
Definition: lacrosse_TX141TH_Bv2.c:196

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"model",
"id",
"channel",
"temperature_C",
"humidity",
"battery",
"test",
NULL,
}