mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
add FLAG_HMC310, fix switchtimeWW
This commit is contained in:
@@ -1315,7 +1315,7 @@ bool EMSESP::add_device(const uint8_t device_id, const uint8_t product_id, const
|
||||
default_name = "CR120";
|
||||
}
|
||||
if (product_id == 158 && strncmp(version,"73",2) == 0) {
|
||||
flags = DeviceFlags::EMS_DEVICE_FLAG_BC400;
|
||||
flags = DeviceFlags::EMS_DEVICE_FLAG_HMC310;
|
||||
default_name = "HMC310";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user