Skip to content

Commit 99be7d0

Browse files
authored
Added Develco window sensor support
Same device as Wattle magnetic sensor
1 parent f8874d1 commit 99be7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

de_web_plugin.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ static const SupportedDevice supportedDevices[] = {
197197
{ VENDOR_NONE, "RES001", tiMacPrefix }, // Hubitat environment sensor, see #1308
198198
{ VENDOR_119C, "WL4200S", sinopeMacPrefix}, // Sinope water sensor
199199
{ VENDOR_DEVELCO, "SMSZB-120", develcoMacPrefix }, // Develco smoke sensor
200-
{ VENDOR_DEVELCO, "ZHMS101", develcoMacPrefix }, // Develco magnetic switch
200+
{ VENDOR_DEVELCO, "WISZB-120", develcoMacPrefix }, // Develco window sensor
201+
{ VENDOR_DEVELCO, "ZHMS101", develcoMacPrefix }, // Wattle (Develco) magnetic sensor
201202
{ 0, nullptr, 0 }
202203
};
203204

0 commit comments

Comments
 (0)