mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
MQTT base from std::string to String
This commit is contained in:
@@ -76,7 +76,6 @@ class MqttSettings {
|
|||||||
bool enabled;
|
bool enabled;
|
||||||
String host;
|
String host;
|
||||||
uint16_t port;
|
uint16_t port;
|
||||||
String base;
|
|
||||||
|
|
||||||
// username and password
|
// username and password
|
||||||
String username;
|
String username;
|
||||||
@@ -91,6 +90,7 @@ class MqttSettings {
|
|||||||
uint16_t maxTopicLength;
|
uint16_t maxTopicLength;
|
||||||
|
|
||||||
// proddy EMS-ESP specific
|
// proddy EMS-ESP specific
|
||||||
|
String base;
|
||||||
uint16_t publish_time_boiler;
|
uint16_t publish_time_boiler;
|
||||||
uint16_t publish_time_thermostat;
|
uint16_t publish_time_thermostat;
|
||||||
uint16_t publish_time_solar;
|
uint16_t publish_time_solar;
|
||||||
|
|||||||
Reference in New Issue
Block a user