File tree 4 files changed +42
-2
lines changed
tests/suites/certification
4 files changed +42
-2
lines changed Original file line number Diff line number Diff line change @@ -9942,3 +9942,31 @@ PICS:
9942
9942
# Commands generated
9943
9943
- label : " Does the device implement sending the GetTargetsResponse command?"
9944
9944
id : EEVSE.S.C00.Tx
9945
+
9946
+ #
9947
+ # Power Topology Cluster
9948
+ #
9949
+ - label : " Does the device implement the Power Topology Cluster as a server?"
9950
+ id : PWRTL.S
9951
+
9952
+ # Features
9953
+
9954
+ - label : " Does the associated endpoint provide or consume power for the entire node?"
9955
+ id : PWRTL.S.F00
9956
+
9957
+ - label :
9958
+ " Does the associated endpoint provide or consume power for itself and its child endpoints?"
9959
+ id : PWRTL.S.F01
9960
+
9961
+ - label : " Does the associated endpoint provide or consume power for a provided set of endpoints?"
9962
+ id : PWRTL.S.F02
9963
+
9964
+ - label : " Can the provided set of endpoints change?"
9965
+ id : PWRTL.S.F03
9966
+
9967
+ # Server attributes
9968
+ - label : " Does the device implement the AvailableEndpoints attribute?"
9969
+ id : PWRTL.S.A0000
9970
+
9971
+ - label : " Does the device implement the ActiveEndpoints attribute?"
9972
+ id : PWRTL.S.A0001
Original file line number Diff line number Diff line change 21
21
config :
22
22
nodeId : 0x12344321
23
23
cluster : " Power Topology"
24
- endpoint : 0
24
+ endpoint : 1
25
25
26
26
tests :
27
27
- label : " Step 1: Wait for the commissioned device to be retrieved"
Original file line number Diff line number Diff line change @@ -2851,3 +2851,15 @@ EEVSE.S.E02=0
2851
2851
EEVSE.S.E03=0
2852
2852
EEVSE.S.E04=0
2853
2853
EEVSE.S.E05=0
2854
+
2855
+ #Power Topology Cluster
2856
+ # Server
2857
+ PWRTL.S=1
2858
+ PWRTL.S.A0000=1
2859
+ PWRTL.S.A0001=1
2860
+
2861
+ #Features
2862
+ PWRTL.S.F00=0
2863
+ PWRTL.S.F01=0
2864
+ PWRTL.S.F02=1
2865
+ PWRTL.S.F03=1
Original file line number Diff line number Diff line change 68
68
"MESSAGES_CLUSTER" : [],
69
69
"MODE_SELECT_CLUSTER" : [],
70
70
"NETWORK_COMMISSIONING_CLUSTER" : [],
71
- "POWER_TOPOLOGY_CLUSTER" : [],
72
71
"SAMPLE_MEI_CLUSTER" : [],
73
72
"NITROGEN_DIOXIDE_CONCENTRATION_MEASUREMENT_CLUSTER" : [],
74
73
"OCCUPANCY_SENSING_CLUSTER" : [" occupancy-sensor-server" ],
91
90
"POWER_PROFILE_CLUSTER" : [],
92
91
"POWER_SOURCE_CLUSTER" : [],
93
92
"POWER_SOURCE_CONFIGURATION_CLUSTER" : [],
93
+ "POWER_TOPOLOGY_CLUSTER" : [],
94
94
"PRESSURE_MEASUREMENT_CLUSTER" : [],
95
95
"PROXY_CONFIGURATION_CLUSTER" : [],
96
96
"PROXY_DISCOVERY_CLUSTER" : [],
You can’t perform that action at this time.
0 commit comments