Implemented support for MQTT SSL and cleaned up necessary code

This commit is contained in:
Gunnar Skjold
2020-05-01 12:10:08 +02:00
parent cc032fdf29
commit 0c93c52e3d
13 changed files with 482 additions and 373 deletions

View File

@@ -52,6 +52,7 @@ public:
void setMqttSsl(bool mqttSsl);
void clearMqtt();
void setMqttChanged();
bool isMqttChanged();
void ackMqttChange();