Skip to content

Commit 897679f

Browse files
committed
SP548E, edge case #0x69!
1 parent dc4118f commit 897679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/uniled/lib/net/sp53x_54xe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class SP538E_SP548E(SPTechSig):
150150
"""SP538E & SP548E."""
151151

152152
info = "SPI RGB (Music) Controller"
153-
code = {0x56: "SP538E", 0x63: "SP548E"}
153+
code = {0x56: "SP538E", 0x63: "SP548E", 0x69: "SP548E"}
154154
conf = {0x06: SP5XXE_86()}
155155

156156
class SP539E_SP549E(SPTechSig):

0 commit comments

Comments
 (0)