Skip to content

Commit

Permalink
add back fake Mixer for device entities xls
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Nov 21, 2024
1 parent fe5cab6 commit 9157da3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/emsesp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ 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
}

// add the device and print out all the entities
// for testing the mixer use ... if (device.product_id == 69) {
Expand Down

0 comments on commit 9157da3

Please sign in to comment.