minor: Update readme
This commit is contained in:
parent
5b2e708566
commit
f97830fa9e
4 changed files with 7 additions and 3 deletions
|
@ -339,8 +339,9 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
||||||
[251] Fine Offset / Ecowitt WH55 water leak sensor
|
[251] Fine Offset / Ecowitt WH55 water leak sensor
|
||||||
[252] BMW Gen5 TPMS, multi-brand HUF, Continental, Schrader/Sensata
|
[252] BMW Gen5 TPMS, multi-brand HUF, Continental, Schrader/Sensata
|
||||||
[253] Watts WFHT-RF Thermostat
|
[253] Watts WFHT-RF Thermostat
|
||||||
[254] Thermor DG950 Weather Station
|
[254] Thermor DG950 weather station
|
||||||
[255] Mueller Hot Rod water meter
|
[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
|
* 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 251 # Fine Offset / Ecowitt WH55 water leak sensor
|
||||||
protocol 252 # BMW Gen5 TPMS, multi-brand HUF, Continental, Schrader/Sensata
|
protocol 252 # BMW Gen5 TPMS, multi-brand HUF, Continental, Schrader/Sensata
|
||||||
protocol 253 # Watts WFHT-RF Thermostat
|
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")
|
## Flex devices (command line option "-X")
|
||||||
|
|
||||||
|
|
|
@ -155,7 +155,7 @@ static char const *const output_fields[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
r_device const thermopro_tp28b = {
|
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,
|
.modulation = FSK_PULSE_PCM,
|
||||||
.short_width = 105,
|
.short_width = 105,
|
||||||
.long_width = 105,
|
.long_width = 105,
|
||||||
|
|
|
@ -211,7 +211,7 @@ static char const *const output_fields[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
r_device const thermor = {
|
r_device const thermor = {
|
||||||
.name = "Thermor Weather Station DG950",
|
.name = "Thermor DG950 weather station",
|
||||||
.modulation = OOK_PULSE_PWM,
|
.modulation = OOK_PULSE_PWM,
|
||||||
.short_width = 680,
|
.short_width = 680,
|
||||||
.long_width = 2100,
|
.long_width = 2100,
|
||||||
|
|
Loading…
Add table
Reference in a new issue