mirror of https://github.com/arendst/Tasmota.git
parent
3133f96e13
commit
4b36a8dd73
|
@ -484,7 +484,6 @@ bool TuyaModuleSelected(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (TuyaGetDpId(TUYA_MCU_FUNC_DIMMER) != 0) {
|
if (TuyaGetDpId(TUYA_MCU_FUNC_DIMMER) != 0) {
|
||||||
devices_present++;
|
|
||||||
light_type = LT_SERIAL1;
|
light_type = LT_SERIAL1;
|
||||||
} else {
|
} else {
|
||||||
light_type = LT_BASIC;
|
light_type = LT_BASIC;
|
||||||
|
|
Loading…
Reference in New Issue