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,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> &param) IoTValue execute(String command, std::vector<IoTValue> &param)