Updated PowerOnState Configuration (markdown)

Michael Ingraham 2019-03-01 16:06:06 -05:00
parent 4115c13fd9
commit 17089ac5f8
1 changed files with 2 additions and 3 deletions

@ -25,9 +25,8 @@ or do it manually.
To check, if there is a retain value set for the power switch monitor topic `cmnd/+/power` in a MQTT client (recommended [MQTT.fx](https://mqttfx.jensd.de/) for Windows or [Eclipse Mosquitto](https://mosquitto.org/) in linux).
>Using mosquitto:
>
>`mosquitto_sub -p 1883 -u <username> -P <password> -t cmnd/+/power`
Using mosquitto:
`mosquitto_sub -p 1883 -u <username> -P <password> -t cmnd/+/power`
If there are retained messages there should be an output similar to: (the "r1" shows that this message was retained)