Add Conrad KW9010 note to TFA Twin Plus (#981)
This commit is contained in:
parent
a9a327dce1
commit
dd842fc8af
3 changed files with 4 additions and 3 deletions
|
@ -95,7 +95,7 @@ Supported device protocols:
|
|||
[26] Danfoss CFR Thermostat
|
||||
[29] Chuango Security Technology
|
||||
[30] Generic Remote SC226x EV1527
|
||||
[31] TFA-Twin-Plus-30.3049 and Ea2 BL999
|
||||
[31] TFA-Twin-Plus-30.3049, Conrad KW9010, Ea2 BL999
|
||||
[32] Fine Offset Electronics WH1080/WH3080 Weather Station
|
||||
[33] WT450
|
||||
[34] LaCrosse WS-2310 Weather Station
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* LaCrosse TX 433 Mhz Temperature and Humidity Sensors
|
||||
* Tested: TX-7U and TX-6U (Temperature only)
|
||||
*
|
||||
* Not Tested but should work: TX-3, TX-4
|
||||
* also TFA Dostmann 30.3120.90 sensor (for e.g. 35.1018.06 (WS-9015) station)
|
||||
*
|
||||
* Copyright (C) 2015 Robert C. Terzi
|
||||
*
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* TFA-Twin-Plus-30.3049
|
||||
* also Conrad KW9010 (perhaps just rebranded), Ea2 BL999
|
||||
*
|
||||
* Copyright (C) 2015 Paul Ortyl
|
||||
*
|
||||
|
@ -111,7 +112,7 @@ static char *output_fields[] = {
|
|||
};
|
||||
|
||||
r_device tfa_twin_plus_303049 = {
|
||||
.name = "TFA-Twin-Plus-30.3049 and Ea2 BL999",
|
||||
.name = "TFA-Twin-Plus-30.3049, Conrad KW9010, Ea2 BL999",
|
||||
.modulation = OOK_PULSE_PPM,
|
||||
.short_width = 2000,
|
||||
.long_width = 4000,
|
||||
|
|
Loading…
Add table
Reference in a new issue