Skip to content

Commit 928dd36

Browse files
committed
Add example for saving settings via MQTT.
1 parent ee04697 commit 928dd36

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

96.3 KB
Loading

book/src/network-interface.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ 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.
51+
52+
![Sample Command Save](assets/booster-command-save-example.png)
53+
54+
_Figure 3_: Example display of saving settings for channel zero via MQTTX.
55+
4856
## Control
4957

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

0 commit comments

Comments
 (0)