Files
OpenMQTTGateway/docs/use
h2zero ca616939b8 Add ability to change MQTT topic and or gateway name by MQTT command. (#1053)
* Add ability to change MQTT topic and or gateway name by MQTT command.

This adds new commands to allow changing the MQTT topic and or gateway name from a command.
The new topic/name will be saved in flash memory and used on subsequent reboots.
Either/both parameters can be sent or combined with other commands.

Example use:
```
mosquitto_pub -t "home/OpenMQTTGateway/commands/MQTTtoSYS/config" -m
'{
  "mqtt_topic": "topic/",
  "gateway_name: "name"
}'
```

* Update example with /

Co-authored-by: Florian <1technophile@users.noreply.github.com>
2021-08-05 05:50:16 -05:00
..
2021-05-24 15:09:18 -05:00
2019-10-30 22:15:40 +01:00
2021-07-20 19:01:20 -05:00
2021-05-10 19:36:25 -05:00
2019-10-30 22:15:40 +01:00
2020-10-19 13:48:58 -05:00