Skip to content

Commit 13cc3d7

Browse files
committed
Add example for saving settings via MQTT.
1 parent ee04697 commit 13cc3d7

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

96.3 KB
Loading

book/src/network-interface.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ settings are incompatible.
4545

4646
_Figure 2_: Example display of Booster settings tree reported via MQTTX.
4747

48+
For saving settings via MQTT, the `<prefix>/command/save` topic is used. The payload should be a JSON
49+
containing the channel ID, e.g. `{"channel": "Zero"}`. Additionally, a response topic must be set,
50+
e.g. `<prefix>/response`, to receive the response code from the device, otherwise the save command
51+
is not executed.
52+
53+
![Sample Command Save](assets/booster-command-save-example.png)
54+
55+
_Figure 3_: Example display of saving settings for channel zero via MQTTX.
56+
4857
## Control
4958

5059
Booster supports channel bias tuning and saving active channel settings configuration to EEPROM

0 commit comments

Comments
 (0)