diff --git a/README.md b/README.md index 9335b674..17e6185e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/conf/rtl_433.example.conf b/conf/rtl_433.example.conf index 9f45cc41..1e6c1b12 100644 --- a/conf/rtl_433.example.conf +++ b/conf/rtl_433.example.conf @@ -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") diff --git a/src/devices/thermopro_tp28b.c b/src/devices/thermopro_tp28b.c index 7e9c8e09..78b2a60e 100644 --- a/src/devices/thermopro_tp28b.c +++ b/src/devices/thermopro_tp28b.c @@ -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, diff --git a/src/devices/thermor.c b/src/devices/thermor.c index 0a6cfc98..98dcbafd 100644 --- a/src/devices/thermor.c +++ b/src/devices/thermor.c @@ -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,