Skip to content

Commit

Permalink
add EM10 error detection module
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Jul 18, 2022
1 parent c765a27 commit 43db536
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/device_library.h
Expand Up @@ -143,6 +143,9 @@
{236, DeviceType::CONNECT, F("Wireless sensor base"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
{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},

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

Expand Down

0 comments on commit 43db536

Please sign in to comment.