Add Matter Leedarson RGBTW Bulb to the transition blocklist (#123182)

This commit is contained in:
musapinar
2024-08-05 14:21:01 +02:00
committed by GitHub
parent f2d99cb059
commit a6dfa6d4e0

View File

@@ -51,18 +51,19 @@ DEFAULT_TRANSITION = 0.2
# hw version (attributeKey 0/40/8) # hw version (attributeKey 0/40/8)
# sw version (attributeKey 0/40/10) # sw version (attributeKey 0/40/10)
TRANSITION_BLOCKLIST = ( TRANSITION_BLOCKLIST = (
(4488, 514, "1.0", "1.0.0"),
(4488, 260, "1.0", "1.0.0"),
(5010, 769, "3.0", "1.0.0"),
(4999, 24875, "1.0", "27.0"),
(4999, 25057, "1.0", "27.0"),
(4448, 36866, "V1", "V1.0.0.5"),
(5009, 514, "1.0", "1.0.0"),
(4107, 8475, "v1.0", "v1.0"), (4107, 8475, "v1.0", "v1.0"),
(4107, 8550, "v1.0", "v1.0"), (4107, 8550, "v1.0", "v1.0"),
(4107, 8551, "v1.0", "v1.0"), (4107, 8551, "v1.0", "v1.0"),
(4107, 8656, "v1.0", "v1.0"),
(4107, 8571, "v1.0", "v1.0"), (4107, 8571, "v1.0", "v1.0"),
(4107, 8656, "v1.0", "v1.0"),
(4448, 36866, "V1", "V1.0.0.5"),
(4456, 1011, "1.0.0", "2.00.00"),
(4488, 260, "1.0", "1.0.0"),
(4488, 514, "1.0", "1.0.0"),
(4999, 24875, "1.0", "27.0"),
(4999, 25057, "1.0", "27.0"),
(5009, 514, "1.0", "1.0.0"),
(5010, 769, "3.0", "1.0.0"),
) )