mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-18 16:46:55 -04:00
minor: Update readme
This commit is contained in:
@@ -339,8 +339,9 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
||||
[251] Fine Offset / Ecowitt WH55 water leak sensor
|
||||
[252] BMW Gen5 TPMS, multi-brand HUF, Continental, Schrader/Sensata
|
||||
[253] Watts WFHT-RF Thermostat
|
||||
[254] Thermor DG950 Weather Station
|
||||
[254] Thermor DG950 weather station
|
||||
[255] Mueller Hot Rod water meter
|
||||
[256] ThermoPro TP28b Super Long Range Wireless Meat Thermometer for Smoker BBQ Grill
|
||||
|
||||
* Disabled by default, use -R n or a conf file to enable
|
||||
|
||||
|
||||
@@ -480,6 +480,9 @@ convert si
|
||||
protocol 251 # Fine Offset / Ecowitt WH55 water leak sensor
|
||||
protocol 252 # BMW Gen5 TPMS, multi-brand HUF, Continental, Schrader/Sensata
|
||||
protocol 253 # Watts WFHT-RF Thermostat
|
||||
protocol 254 # Thermor DG950 weather station
|
||||
protocol 255 # Mueller Hot Rod water meter
|
||||
protocol 256 # ThermoPro TP28b Super Long Range Wireless Meat Thermometer for Smoker BBQ Grill
|
||||
|
||||
## Flex devices (command line option "-X")
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ static char const *const output_fields[] = {
|
||||
};
|
||||
|
||||
r_device const thermopro_tp28b = {
|
||||
.name = "ThermoPro TP28b Super Long Range Wireless Meat Thermometer for Smoker BBQ Grill.",
|
||||
.name = "ThermoPro TP28b Super Long Range Wireless Meat Thermometer for Smoker BBQ Grill",
|
||||
.modulation = FSK_PULSE_PCM,
|
||||
.short_width = 105,
|
||||
.long_width = 105,
|
||||
|
||||
@@ -211,7 +211,7 @@ static char const *const output_fields[] = {
|
||||
};
|
||||
|
||||
r_device const thermor = {
|
||||
.name = "Thermor Weather Station DG950",
|
||||
.name = "Thermor DG950 weather station",
|
||||
.modulation = OOK_PULSE_PWM,
|
||||
.short_width = 680,
|
||||
.long_width = 2100,
|
||||
|
||||
Reference in New Issue
Block a user