|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | +Copyright (c) 2024 Project CHIP Authors |
| 4 | +
|
| 5 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | +you may not use this file except in compliance with the License. |
| 7 | +You may obtain a copy of the License at |
| 8 | +
|
| 9 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +
|
| 11 | +Unless required by applicable law or agreed to in writing, software |
| 12 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | +See the License for the specific language governing permissions and |
| 15 | +limitations under the License. |
| 16 | +--> |
| 17 | +<configurator> |
| 18 | + <domain name="Measurement & Sensing"/> |
| 19 | + <bitmap name="Feature" type="bitmap32"> |
| 20 | + <cluster code="0x009C"/> |
| 21 | + <field name="NodeTopology" mask="0x01"/> |
| 22 | + <field name="LeafTopology" mask="0x02"/> |
| 23 | + <field name="SetTopology" mask="0x04"/> |
| 24 | + <field name="DynamicPowerFlow" mask="0x08"/> |
| 25 | + </bitmap> |
| 26 | + <cluster code="0x009C"> |
| 27 | + <domain>Measurement & Sensing</domain> |
| 28 | + <name>Power Topology</name> |
| 29 | + <code>0x009C</code> |
| 30 | + <define>POWER_TOPOLOGY_CLUSTER</define> |
| 31 | + <description>The Power Topology Cluster provides a mechanism for expressing how power is flowing between endpoints.</description> |
| 32 | + <client init="false" tick="false">true</client> |
| 33 | + <server init="false" tick="false">true</server> |
| 34 | + <globalAttribute code="0xFFFD" side="either" value="1"/> |
| 35 | + <attribute code="0x0000" side="server" define="AVAILABLE_ENDPOINTS" type="array" entryType="endpoint_no" length="20" optional="true">AvailableEndpoints</attribute> |
| 36 | + <attribute code="0x0001" side="server" define="ACTIVE_ENDPOINTS" type="array" entryType="endpoint_no" length="20" optional="true">ActiveEndpoints</attribute> |
| 37 | + </cluster> |
| 38 | +</configurator> |
0 commit comments