From bf76a5c23cfaa42500ff0bd0ceb6d1b2caad2b63 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Wed, 13 Oct 2021 12:27:56 +0300 Subject: [PATCH] core - group channel toggle, set_with_on fix, mdns --- lighthub/item.cpp | 4 ++-- lighthub/main.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lighthub/item.cpp b/lighthub/item.cpp index 74aa465..37b0b1f 100644 --- a/lighthub/item.cpp +++ b/lighthub/item.cpp @@ -802,7 +802,7 @@ int Item::Ctrl(itemCmd cmd, char* subItem, bool allowRecursion) if (chActive) cmd.Cmd(CMD_OFF); else { - cmd.loadItemDef(this); + // cmd.loadItemDef(this); /// cmd.Cmd(CMD_ON); } status2Send |=SEND_COMMAND | SEND_IMMEDIATE; @@ -1029,7 +1029,7 @@ int Item::Ctrl(itemCmd cmd, char* subItem, bool allowRecursion) debugSerial<