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<