change to value.valS

This commit is contained in:
avaksru
2022-12-26 15:45:12 +03:00
parent ee27987085
commit 987461ed28

View File

@@ -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> &param)
IoTValue execute(String command, std::vector<IoTValue> &param)
{
if (command == "widget" && param.size() == 2)
{