From 0e54ffb588a41a39fa63dbfb52b7adf3e04434f1 Mon Sep 17 00:00:00 2001 From: "Christian W. Zuckschwerdt" Date: Tue, 3 Jun 2025 10:42:38 +0200 Subject: [PATCH] minor: Fix maintainer cleanup --- README.md | 4 +++- conf/rtl_433.example.conf | 1 + man/man1/rtl_433.1 | 7 +++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d96e198..cdef6493 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md). [-H ] Hop interval for polling of multiple frequencies (default: 600 seconds) [-p ] Correct rtl-sdr tuner frequency offset error (default: 0) [-s ] Set sample rate (default: 250000 Hz) - [-D restart | pause | quit | manual] Input device run mode options. + [-D quit | restart | pause | manual] Input device run mode options (default: quit). = Demodulator options = [-R | help] Enable only the specified device decoding protocol (can be used multiple times) Specify a negative number to disable a device decoding protocol (can be used multiple times) @@ -362,6 +362,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md). [274] Revolt ZX-7717 power meter [275] GM-Aftermarket TPMS [276] RainPoint HCS012ARF Rain Gauge sensor + [277] Apator Metra E-RM 30 * Disabled by default, use -R n or a conf file to enable @@ -457,6 +458,7 @@ E.g. -X "n=doorbell,m=OOK_PWM,s=400,l=800,r=7000,g=1000,match={24}0xa9878c,repea Add MQTT options with e.g. -F "mqtt://host:1883,opt=arg" MQTT options are: user=foo, pass=bar, retain[=0|1], [=topic] Supported MQTT formats: (default is all) + availability: posts availability (online/offline) events: posts JSON event data, default "/events" states: posts JSON state data, default "/states" devices: posts device and sensor info in nested topics, diff --git a/conf/rtl_433.example.conf b/conf/rtl_433.example.conf index 5ce232be..cc579686 100644 --- a/conf/rtl_433.example.conf +++ b/conf/rtl_433.example.conf @@ -515,6 +515,7 @@ convert si protocol 274 # Revolt ZX-7717 power meter protocol 275 # GM-Aftermarket TPMS protocol 276 # RainPoint HCS012ARF Rain Gauge sensor + protocol 277 # Apator Metra E-RM 30 ## Flex devices (command line option "-X") diff --git a/man/man1/rtl_433.1 b/man/man1/rtl_433.1 index 62592a3c..695063a3 100644 --- a/man/man1/rtl_433.1 +++ b/man/man1/rtl_433.1 @@ -74,8 +74,8 @@ Correct rtl\-sdr tuner frequency offset error (default: 0) [ \fB\-s\fI \fP ] Set sample rate (default: 250000 Hz) .TP -[ \fB\-D\fI restart | pause | quit | manual\fP ] -Input device run mode options. +[ \fB\-D\fI quit | restart | pause | manual\fP ] +Input device run mode options (default: quit). .SS "Demodulator options" .TP [ \fB\-R\fI | help\fP ] @@ -352,6 +352,9 @@ MQTT options are: user=foo, pass=bar, retain[=0|1], [=topic] .RS Supported MQTT formats: (default is all) .RE +.RS + availability: posts availability (online/offline) +.RE .RS events: posts JSON event data, default "/events" .RE