minor: Fix maintainer cleanup

This commit is contained in:
Christian W. Zuckschwerdt
2025-06-03 10:42:38 +02:00
parent b4dd924798
commit 0e54ffb588
3 changed files with 9 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
[-H <seconds>] Hop interval for polling of multiple frequencies (default: 600 seconds)
[-p <ppm_error>] Correct rtl-sdr tuner frequency offset error (default: 0)
[-s <sample rate>] 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 <device> | 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], <format>[=topic]
Supported MQTT formats: (default is all)
availability: posts availability (online/offline)
events: posts JSON event data, default "<base>/events"
states: posts JSON state data, default "<base>/states"
devices: posts device and sensor info in nested topics,

View File

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

View File

@@ -74,8 +74,8 @@ Correct rtl\-sdr tuner frequency offset error (default: 0)
[ \fB\-s\fI <sample rate>\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 <device> | help\fP ]
@@ -352,6 +352,9 @@ MQTT options are: user=foo, pass=bar, retain[=0|1], <format>[=topic]
.RS
Supported MQTT formats: (default is all)
.RE
.RS
availability: posts availability (online/offline)
.RE
.RS
events: posts JSON event data, default "<base>/events"
.RE