mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-10 18:31:01 +00:00
Implemented support for MQTT SSL and cleaned up necessary code
This commit is contained in:
@@ -179,6 +179,10 @@ void AmsConfiguration::clearMqtt() {
|
||||
setMqttPassword("");
|
||||
}
|
||||
|
||||
void AmsConfiguration::setMqttChanged() {
|
||||
mqttChanged = true;
|
||||
}
|
||||
|
||||
bool AmsConfiguration::isMqttChanged() {
|
||||
return mqttChanged;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user