mirror of https://github.com/arendst/Tasmota.git
Updated PowerOnState Configuration (markdown)
parent
65c0691e26
commit
8fe635f2f8
|
@ -48,7 +48,7 @@ Now you can see, if there are messages stored that Power ON/OFF and need to be d
|
|||
|
||||
Using mosquitto:
|
||||
|
||||
`mosquitto_pub -p 1883 -u <username> -P <password> -d -n -r -t cmnd/sonoff/power`
|
||||
`mosquitto_pub -p 1883 -u <username> -P <password> -d -n -r -t cmnd/%topic%/power`
|
||||
|
||||
The -n sends an empty key and the -r sets the retain flag to store this change permanently
|
||||
|
||||
|
|
Loading…
Reference in New Issue