rtl433  UNKNOWN
RTL-433 utility
philips_aj3650.c File Reference

Philips AJ3650 outdoor temperature sensor. More...

Functions

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

Variables

static char * output_fields []
 
r_device philips_aj3650
 

Detailed Description

Philips AJ3650 outdoor temperature sensor.

Copyright (C) 2017 Chris Coffey kpuc@.nosp@m.sdf..nosp@m.org

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

◆ philips_aj3650_decode()

Variable Documentation

◆ output_fields

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

◆ philips_aj3650

r_device philips_aj3650
Initial value:
= {
.name = "Philips outdoor temperature sensor (type AJ3650)",
.modulation = OOK_PULSE_PWM,
.short_width = 2000,
.long_width = 6000,
.reset_limit = 30000,
.decode_fn = &philips_aj3650_decode,
.disabled = 0,
.fields = output_fields,
}
static char * output_fields[]
Definition: philips_aj3650.c:151
Pulse Width Modulation with precise timing parameters.
Definition: r_device.h:13
static int philips_aj3650_decode(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: philips_aj3650.c:51