We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59303b9 commit bc46eb2Copy full SHA for bc46eb2
src/app/tests/suites/TestIcdManagementCluster.yaml
@@ -141,7 +141,7 @@ tests:
141
response:
142
constraints:
143
type: bitmap32
144
- value: 0x110D
+ value: 0x111D
145
146
- label: "Read UserActiveModeTriggerInstruction"
147
command: "readAttribute"
src/python_testing/test_testing/test_TC_ICDM_2_1.py
@@ -18,12 +18,10 @@
18
19
import string
20
import sys
21
-import typing
22
from dataclasses import dataclass
23
24
import chip.clusters as Clusters
25
from chip.clusters import Attribute
26
-from chip.clusters.Types import NullValue
27
from MockTestRunner import MockTestRunner
28
29
c = Clusters.IcdManagement
0 commit comments