Extend the blocklist for Matter transitions with more models (#118038)

This commit is contained in:
Marcel van der Veldt 2024-05-24 13:50:10 +02:00 committed by Franck Nijhof
parent f5c20b3528
commit 81bf31bbb1
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -52,7 +52,10 @@ DEFAULT_TRANSITION = 0.2
# sw version (attributeKey 0/40/10)
TRANSITION_BLOCKLIST = (
(4488, 514, "1.0", "1.0.0"),
(4488, 260, "1.0", "1.0.0"),
(5010, 769, "3.0", "1.0.0"),
(4999, 25057, "1.0", "27.0"),
(4448, 36866, "V1", "V1.0.0.5"),
)