|
27 | 27 |
|
28 | 28 | import chip.clusters as Clusters
|
29 | 29 | from chip.tlv import uint
|
30 |
| -from testing_support.conformance import (OPTIONAL_CONFORM, TOP_LEVEL_CONFORMANCE_TAGS, ConformanceDecision, ConformanceException, |
31 |
| - ConformanceParseParameters, feature, is_disallowed, mandatory, optional, or_operation, |
32 |
| - parse_callable_from_xml, parse_device_type_callable_from_xml) |
33 |
| -from testing_support.global_attribute_ids import GlobalAttributeIds |
34 |
| -from testing_support.matter_testing import (AttributePathLocation, ClusterPathLocation, CommandPathLocation, DeviceTypePathLocation, |
35 |
| - EventPathLocation, FeaturePathLocation, ProblemNotice, ProblemSeverity) |
| 30 | +from matter_testing_support.conformance import (OPTIONAL_CONFORM, TOP_LEVEL_CONFORMANCE_TAGS, ConformanceDecision, ConformanceException, |
| 31 | + ConformanceParseParameters, feature, is_disallowed, mandatory, optional, or_operation, |
| 32 | + parse_callable_from_xml, parse_device_type_callable_from_xml) |
| 33 | +from matter_testing_support.global_attribute_ids import GlobalAttributeIds |
| 34 | +from matter_testing_support.matter_testing import (AttributePathLocation, ClusterPathLocation, CommandPathLocation, DeviceTypePathLocation, |
| 35 | + EventPathLocation, FeaturePathLocation, ProblemNotice, ProblemSeverity) |
36 | 36 |
|
37 | 37 | _PRIVILEGE_STR = {
|
38 | 38 | None: "N/A",
|
|
0 commit comments