Skip to content

Commit

Permalink
EM10 as switch
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Jul 21, 2022
1 parent 273526d commit 6bc8a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device_library.h
Expand Up @@ -144,7 +144,7 @@
{238, DeviceType::CONNECT, F("Wireless sensor base"), DeviceFlags::EMS_DEVICE_FLAG_NONE},

// EM10 error detection - 0x12
{ 74, DeviceType::CONNECT, F("Error Module EM10"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
{ 74, DeviceType::SWITCH, F("Error Module EM10"), DeviceFlags::EMS_DEVICE_FLAG_NONE},

// Switches - 0x11
{ 71, DeviceType::SWITCH, F("WM10"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
Expand Down

0 comments on commit 6bc8a4b

Please sign in to comment.