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 GitHub
parent d4acd86819
commit 23597a8cdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"),
)