Fix TuyaMcu dimmer count

Fix TuyaMcu dimmer count (#6599)
This commit is contained in:
Theo Arends 2019-10-10 11:03:57 +02:00
parent 3133f96e13
commit 4b36a8dd73
1 changed files with 0 additions and 1 deletions

View File

@ -484,7 +484,6 @@ bool TuyaModuleSelected(void)
}
if (TuyaGetDpId(TUYA_MCU_FUNC_DIMMER) != 0) {
devices_present++;
light_type = LT_SERIAL1;
} else {
light_type = LT_BASIC;