Change `module_config.mqtt.disabled` to `enabled`

pull/193/head
Sacha Weatherstone 2022-08-20 09:10:55 +09:30
rodzic e439934e6d
commit 5793089473
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ message ModuleConfig {
* is_uplink_enabled or is_downlink_enabled.
* But if this flag is set, all MQTT features will be disabled and no servers will be contacted.
*/
bool disabled = 1;
bool enabled = 1;
/*
* The server to use for our MQTT global message gateway feature.