@@ -13210,7 +13210,7 @@ char * BlinkerApi::widgetName_tab(uint8_t num)
13210
13210
// else setValue = "off";
13211
13211
13212
13212
// if (_MIOTHeaterFunc) _MIOTHeaterFunc(setValue);
13213
- if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_ECO , setValue);
13213
+ if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_HEATER , setValue);
13214
13214
}
13215
13215
else if (rootSet.containsKey(BLINKER_CMD_DRYER)) {
13216
13216
String setValue = rootSet[BLINKER_CMD_DRYER];
@@ -13219,7 +13219,7 @@ char * BlinkerApi::widgetName_tab(uint8_t num)
13219
13219
// else setValue = "off";
13220
13220
13221
13221
// if (_MIOTDryerFunc) _MIOTDryerFunc(setValue);
13222
- if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_ECO , setValue);
13222
+ if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_DRYER , setValue);
13223
13223
}
13224
13224
else if (rootSet.containsKey(BLINKER_CMD_SLEEP)) {
13225
13225
String setValue = rootSet[BLINKER_CMD_SLEEP];
@@ -13228,7 +13228,7 @@ char * BlinkerApi::widgetName_tab(uint8_t num)
13228
13228
// else setValue = "off";
13229
13229
13230
13230
// if (_MIOTSleepFunc) _MIOTSleepFunc(setValue);
13231
- if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_ECO , setValue);
13231
+ if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_SLEEP , setValue);
13232
13232
}
13233
13233
else if (rootSet.containsKey(BLINKER_CMD_SOFT)) {
13234
13234
String setValue = rootSet[BLINKER_CMD_SOFT];
@@ -13237,7 +13237,7 @@ char * BlinkerApi::widgetName_tab(uint8_t num)
13237
13237
// else setValue = "off";
13238
13238
13239
13239
// if (_MIOTSoftFunc) _MIOTSoftFunc(setValue);
13240
- if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_ECO , setValue);
13240
+ if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_SOFT , setValue);
13241
13241
}
13242
13242
else if (rootSet.containsKey(BLINKER_CMD_UV)) {
13243
13243
String setValue = rootSet[BLINKER_CMD_UV];
@@ -13246,7 +13246,7 @@ char * BlinkerApi::widgetName_tab(uint8_t num)
13246
13246
// else setValue = "off";
13247
13247
13248
13248
// if (_MIOTUVFunc) _MIOTUVFunc(setValue);
13249
- if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_ECO , setValue);
13249
+ if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_UV , setValue);
13250
13250
}
13251
13251
else if (rootSet.containsKey(BLINKER_CMD_UNSB)) {
13252
13252
String setValue = rootSet[BLINKER_CMD_UNSB];
@@ -13255,7 +13255,7 @@ char * BlinkerApi::widgetName_tab(uint8_t num)
13255
13255
// else setValue = "off";
13256
13256
13257
13257
// if (_MIOTUNSBFunc) _MIOTUNSBFunc(setValue);
13258
- if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_ECO , setValue);
13258
+ if (_MIOTSetModeFunc_m) _MIOTSetModeFunc_m(BLINKER_CMD_UNSB , setValue);
13259
13259
}
13260
13260
else if (rootSet.containsKey(BLINKER_CMD_COLOR)) {
13261
13261
String setValue = rootSet[BLINKER_CMD_COLOR];
0 commit comments