mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
add back fake Mixer for device entities xls
This commit is contained in:
@@ -354,6 +354,11 @@ void EMSESP::dump_all_entities(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
|
// add the device and print out all the entities
|
||||||
// for testing the mixer use ... if (device.product_id == 69) {
|
// for testing the mixer use ... if (device.product_id == 69) {
|
||||||
emsdevices.push_back(
|
emsdevices.push_back(
|
||||||
|
|||||||
Reference in New Issue
Block a user