Skip to content

Commit

Permalink
Insteon: Recognize i3 Devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Apr 20, 2023
1 parent 455829f commit 1d3ec5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modInsteon.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,10 @@
Return "2674-432 LED Bulb PAR38 Bayonet (EU)"
Case 79
Return "2674-532 LED Bulb PAR38 Bayonet (AUS/NZ)"
Case 87
Return "PS01 i3 Paddle"
Case 88
Return "DS01 i3 Dial"
Case Else
Return "Unrecognized Dimmer, DevCat: " + Hex(DevCat) + " SubCat: " + Hex(SubCat)
End Select
Expand Down Expand Up @@ -1689,6 +1693,8 @@
Return "2634-222 Dual-Band Outdoor On/Off Module"
Case 57
Return "2663-222 On/Off Outlet"
Case 63
Return "WR01 i3 Outlet"
Case Else
Return "Unrecognized Appliance Control, DevCat: " + Hex(DevCat) + " SubCat: " + Hex(SubCat)
End Select
Expand Down

0 comments on commit 1d3ec5e

Please sign in to comment.