mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Fix C3 casts
This commit is contained in:
parent
5a8c09ee9f
commit
c4d6a1008f
9 changed files with 74 additions and 62 deletions
|
|
@ -313,7 +313,7 @@ void MQTTSettings::toJSON(JsonResponse &json) {
|
|||
json.addElem("pubDisco", this->pubDisco);
|
||||
json.addElem("protocol", this->protocol);
|
||||
json.addElem("hostname", this->hostname);
|
||||
json.addElem("port", this->port);
|
||||
json.addElem("port", (uint32_t)this->port);
|
||||
json.addElem("username", this->username);
|
||||
json.addElem("password", this->password);
|
||||
json.addElem("rootTopic", this->rootTopic);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue