|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | +Copyright (c) 2026 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 | +<!-- |
| 18 | +XML generated by Alchemy; DO NOT EDIT. |
| 19 | +Source: src/app_clusters/AmbientSensingUnion.adoc |
| 20 | +Parameters: zap attribute=in-progress sdk-root=/opt/matter-repos/self-csa-0224/connectedhomeip/ spec-root=/opt/matter-repos/self-csa-0224/connectedhomeip-spec/ ./../connectedhomeip-spec/src/app_clusters/AmbientSensingUnion.adoc |
| 21 | +Git: 0.7-fall2026-7-gb05631e39 |
| 22 | +Alchemy: v1.6.14 |
| 23 | +--> |
| 24 | +<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd"> |
| 25 | + <domain name=""/> |
| 26 | + <enum name="UnionContributorStatusEnum" type="enum8"> |
| 27 | + <cluster code="0x0432"/> |
| 28 | + <item name="UnionContributorOnline" value="0x00"/> |
| 29 | + <item name="UnionContributorOffline" value="0x01"/> |
| 30 | + </enum> |
| 31 | + |
| 32 | + <enum name="UnionHealthEnum" type="enum8"> |
| 33 | + <cluster code="0x0432"/> |
| 34 | + <item name="FullyFunctional" value="0x00"/> |
| 35 | + <item name="LimitedDegraded" value="0x01"/> |
| 36 | + <item name="NonFunctional" value="0x02"/> |
| 37 | + </enum> |
| 38 | + |
| 39 | + <struct name="UnionContributorStruct" apiMaturity="provisional"> |
| 40 | + <cluster code="0x0432"/> |
| 41 | + <item fieldId="0" name="ContributorNodeID" type="node_id" isNullable="true" apiMaturity="provisional"/> |
| 42 | + <item fieldId="1" name="ContributorEndpointID" type="endpoint_no" isNullable="true" apiMaturity="provisional"/> |
| 43 | + <item fieldId="2" name="ContributorName" type="char_string" optional="true" length="128" apiMaturity="provisional"/> |
| 44 | + <item fieldId="3" name="ContributorHealth" type="UnionContributorStatusEnum" max="0x01" apiMaturity="provisional"/> |
| 45 | + </struct> |
| 46 | + |
| 47 | + <cluster apiMaturity="provisional"> |
| 48 | + <domain>Measurement & Sensing</domain> |
| 49 | + <name>Ambient Sensing Union</name> |
| 50 | + <code>0x0432</code> |
| 51 | + <define>AMBIENT_SENSING_UNION_CLUSTER</define> |
| 52 | + <description>This cluster provides data modeling and protocol implementation of multi-node ambient sensing system.</description> |
| 53 | + <client init="false" tick="false">true</client> |
| 54 | + <server init="false" tick="false">true</server> |
| 55 | + <globalAttribute code="0xFFFD" side="either" value="1"/> |
| 56 | + <attribute code="0x0000" side="server" name="UnionName" define="UNION_NAME" type="char_string" length="128" writable="true"/> |
| 57 | + <attribute code="0x0001" side="server" name="UnionHealth" define="UNION_HEALTH" type="UnionHealthEnum" max="0x02"/> |
| 58 | + <attribute code="0x0002" side="server" name="UnionContributorList" define="UNION_CONTRIBUTOR_LIST" type="array" entryType="UnionContributorStruct" length="128" minLength="1"/> |
| 59 | + <event code="0x0000" name="UnionContributorAdded" priority="info" side="server"> |
| 60 | + <field fieldId="0" name="AddedContributor" type="UnionContributorStruct" array="true"/> |
| 61 | + <description>This event SHALL be generated when there is a new addition to the UnionContributorList.</description> |
| 62 | + <otherwiseConform> |
| 63 | + <provisionalConform/> |
| 64 | + <mandatoryConform/> |
| 65 | + </otherwiseConform> |
| 66 | + </event> |
| 67 | + |
| 68 | + <event code="0x0001" name="UnionContributorRemoved" priority="info" side="server"> |
| 69 | + <field fieldId="0" name="RemovedContributor" type="UnionContributorStruct" array="true"/> |
| 70 | + <description>This event SHALL be generated whenever an ambient sensing union contributor is removed from the UnionContributorList.</description> |
| 71 | + <otherwiseConform> |
| 72 | + <provisionalConform/> |
| 73 | + <mandatoryConform/> |
| 74 | + </otherwiseConform> |
| 75 | + </event> |
| 76 | + |
| 77 | + <event code="0x0002" name="UnionContributorStatusChanged" priority="info" side="server"> |
| 78 | + <field fieldId="0" name="StatusChangedContributor" type="UnionContributorStruct" array="true"/> |
| 79 | + <description>This event SHALL be generated whenever the operational status of an ambient sensing union contributor changes.</description> |
| 80 | + <otherwiseConform> |
| 81 | + <provisionalConform/> |
| 82 | + <mandatoryConform/> |
| 83 | + </otherwiseConform> |
| 84 | + </event> |
| 85 | + |
| 86 | + </cluster> |
| 87 | +</configurator> |
0 commit comments