Skip to content

Commit

Permalink
Merge pull request #135 from Sunbuzz/ft_add_connect
Browse files Browse the repository at this point in the history
Added CONNECT device 0x236 "Wireless sensor base"
  • Loading branch information
proddy authored Sep 29, 2021
2 parents 9f49afa + 49c7c7a commit 67cb778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/device_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
{171, DeviceType::CONNECT, F("OpenTherm Converter"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
{205, DeviceType::CONNECT, F("Moduline Easy Connect"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
{206, DeviceType::CONNECT, F("Easy Connect"), DeviceFlags::EMS_DEVICE_FLAG_NONE},
{236, DeviceType::CONNECT, F("Wireless sensor base"), DeviceFlags::EMS_DEVICE_FLAG_NONE},

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

0 comments on commit 67cb778

Please sign in to comment.