mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
update dump telegrams CSV for Mixer
This commit is contained in:
@@ -353,7 +353,7 @@ void EMSESP::dump_all_entities(uuid::console::Shell & shell) {
|
||||
device_id = 0x40; // dhw 1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// For a Mixer, fix device_id to 0x20 to give us all the settings
|
||||
if (device.device_type == DeviceType::MIXER) {
|
||||
device_id = 0x20; // hc
|
||||
@@ -398,6 +398,11 @@ void EMSESP::dump_all_telegrams(uuid::console::Shell & shell) {
|
||||
}
|
||||
}
|
||||
|
||||
// For a Mixer, fix device_id to 0x20 to give us all the settings
|
||||
if (device.device_type == DeviceType::MIXER) {
|
||||
device_id = 0x20; // hc
|
||||
}
|
||||
|
||||
// add the device and print out all the entities
|
||||
emsdevices.push_back(
|
||||
EMSFactory::add(device.device_type, device_id, device.product_id, "1.0", device.default_name, device.flags, EMSdevice::Brand::NO_BRAND));
|
||||
|
||||
Reference in New Issue
Block a user