mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Fix CLI Monitor Pin Command
This commit is contained in:
parent
5387985662
commit
d306613cd7
|
@ -112,11 +112,11 @@ meshtastic --set detection_sensor.monitor_pin 7
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell title="Enable Notifications when the Monitor Pin goes HIGH"
|
```shell title="Enable Notifications when the Monitor Pin goes HIGH"
|
||||||
meshtastic --set detection_sensor.monitor_pin true
|
meshtastic --set detection_sensor.detection_triggered_high true
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell title="Enable Notifications when the Monitor Pin goes LOW"
|
```shell title="Enable Notifications when the Monitor Pin goes LOW"
|
||||||
meshtastic --set detection_sensor.monitor_pin false
|
meshtastic --set detection_sensor.detection_triggered_high false
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell title="Enable the use INPUT_PULLUP mode"
|
```shell title="Enable the use INPUT_PULLUP mode"
|
||||||
|
@ -132,4 +132,4 @@ meshtastic --get detection_sensor
|
||||||
Not yet implemented.
|
Not yet implemented.
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
Loading…
Reference in a new issue