Skip to content

Commit

Permalink
Updated right branch for issue #306
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed Dec 5, 2023
1 parent 6683529 commit 9702ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions busylight/lights/embrava/blynclight_plus.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ class Blynclight_Plus(Blynclight):
@staticmethod
def supported_device_ids() -> Dict[Tuple[int, int], str]:
return {
(0x2C0D, 0x0002): "Blynclight Plus",
(0x2C0D, 0x0010): "Blynclight Plus",
}

0 comments on commit 9702ec3

Please sign in to comment.