Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Add initial support for Wyze Light Strips
Browse files Browse the repository at this point in the history
  • Loading branch information
RMCob authored Jan 11, 2022
1 parent 143508c commit 655bbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WyzeConnectedHome.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ module.exports = class WyzeConnectedHome {
case 'Plug':
return WyzePlug;
case 'Light':
case 'LightStrip':
return WyzeLight;
case 'MeshLight':
case 'LightStrip':
return WyzeMeshLight;
case 'ContactSensor':
return WyzeContactSensor;
Expand Down

0 comments on commit 655bbc3

Please sign in to comment.