diff --git a/Somfy.cpp b/Somfy.cpp index 4989138..4b7199e 100644 --- a/Somfy.cpp +++ b/Somfy.cpp @@ -1509,6 +1509,7 @@ bool SomfyShade::toJSON(JsonObject &obj) { obj["shadeType"] = static_cast(this->shadeType); obj["bitLength"] = this->bitLength; obj["proto"] = static_cast(this->proto); + obj["flags"] = this->flags; SomfyRemote::toJSON(obj); JsonArray arr = obj.createNestedArray("linkedRemotes"); for(uint8_t i = 0; i < SOMFY_MAX_LINKED_REMOTES; i++) { diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index 32e5324..cc5c45d 100644 Binary files a/SomfyController.ino.esp32.bin and b/SomfyController.ino.esp32.bin differ