minor: Update readme

This commit is contained in:
Christian W. Zuckschwerdt 2024-04-02 14:54:18 +02:00
parent 5b2e708566
commit f97830fa9e
4 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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")

View file

@ -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,

View file

@ -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,