diff --git a/Somfy.cpp b/Somfy.cpp index 7876cf8..e043e3c 100644 --- a/Somfy.cpp +++ b/Somfy.cpp @@ -1714,7 +1714,7 @@ void SomfyShade::emitCommand(uint8_t num, somfy_commands cmd, const char *source void SomfyGroup::emitState(const char *evt) { this->emitState(255, evt); } void SomfyGroup::emitState(uint8_t num, const char *evt) { ClientSocketEvent e(evt); - char buf[30]; + char buf[55]; uint8_t flags = 0; snprintf(buf, sizeof(buf), "{\"groupId\":%d,", this->groupId); e.appendMessage(buf); diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index 8e1df5e..859787e 100644 Binary files a/SomfyController.ino.esp32.bin and b/SomfyController.ino.esp32.bin differ