mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
change to value.valS
This commit is contained in:
@@ -18,10 +18,10 @@ public:
|
||||
void onMqttWsAppConnectEvent()
|
||||
{
|
||||
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)
|
||||
{
|
||||
if (command == "widget" && param.size() == 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user