Skip to content

Commit

Permalink
Add Publish3
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed May 4, 2024
1 parent 95deafe commit 02f6fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ Prefix2<a class="cmnd" id="Prefix2"></a>|`1` = reset MQTT status prefix to firmw
Prefix3<a class="cmnd" id="Prefix3"></a>|`1` = Reset MQTT telemetry prefix to firmware default (`PUB_PREFIX2`) and restart<BR>`<value>` = set MQTT telemetry prefix and restart
Publish<a class="cmnd" id="publish"></a>|`<topic> <payload>` = MQTT publish any topic and optional payload&emsp;
Publish2<a class="cmnd" id="Publish2"></a>|`<topic> <payload>` = MQTT publish any topic and optional payload with retain flag
Publish3<a class="cmnd" id="Publish3"></a>|`<topic> <payload>` = MQTT publish any topic and optional binary payload encoded in Hex (disabled in MINIMAL and SAFEBOOT)
SensorRetain<a class="cmnd" id="sensorretain"></a>|`0` = disable use of sensor MQTT retain flag *(default)*<BR>`1` = enable MQTT retain flag on message `tele/%topic%/SENSOR`
StateRetain<a class="cmnd" id="stateretain"></a>|`0` = disable use of state MQTT retain flag *(default)*<BR>`1` = enable MQTT retain flag on message `tele/%topic%/STATE`
StatusRetain<a class="cmnd" id="statusretain"></a>|`0` = disable use of status MQTT retain flag *(default)*<BR>`1` = enable MQTT retain flag on message `tele/%topic%/STATUS`
Expand Down

0 comments on commit 02f6fba

Please sign in to comment.