mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
change to value.valS
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
|||||||
void onMqttWsAppConnectEvent()
|
void onMqttWsAppConnectEvent()
|
||||||
{
|
{
|
||||||
SerialPrint("i", "Connecting", "Dashbord open ");
|
SerialPrint("i", "Connecting", "Dashbord open ");
|
||||||
regEvent(value.valD, "VariableColor", false, true);
|
regEvent(value.valS, "VariableColor", false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
IoTValue execute(String command, std::vector<IoTValue> ¶m)
|
IoTValue execute(String command, std::vector<IoTValue> ¶m)
|
||||||
|
|||||||
Reference in New Issue
Block a user