mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-01-11 09:42:13 +01:00
fix error
This commit is contained in:
parent
52172b02cf
commit
7dae3869ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue