fix error

This commit is contained in:
Mathieu Tournier 2025-12-28 19:22:50 +01:00
parent 52172b02cf
commit 7dae3869ab
2 changed files with 2 additions and 2 deletions

View file

@ -1635,7 +1635,7 @@ void SomfyGroup::publishState() {
void SomfyGroup::publish() {
if(mqtt.connected()) {
this->publish("groupId", this->groupId, true);
//this->publish("name", this->name, true);
this->publish("name", this->name, true);
this->publish("remoteAddress", this->getRemoteAddress(), true);
this->publish("groupType", static_cast<uint8_t>(this->groupType), true);
this->publish("flags", this->flags, true);