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