| <?xml version="1.0"?> |
| <!-- |
| Copyright (c) 2025 Silicon Labs. |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <configurator> |
| <domain name="CHIP"/> |
| |
| <!-- |
| These are test global items (no cluster attached) for testing only. |
| Their usage is defined for UnitTestCluster only. |
| --> |
| |
| <struct name="AdditionalInfoStruct"> |
| <cluster code="0x0201"/> |
| <item name="SystemMode" type="SystemModeEnum"/> |
| </struct> |
| <!-- Commands --> |
| <clusterExtension code="0x0201"> |
| <command source="client" code="0x00" name="customCommandForAdditionalInfoStruct" optional="true" manufacturerCode="0x212D"> |
| <description> |
| Command that takes two uint8 arguments and returns their sum. |
| </description> |
| <arg name="arg1" type="AdditionalInfoStruct"/> |
| <arg name="arg2" type="INT8U"/> |
| </command> |
| |
| </clusterExtension> |
| |
| |
| </configurator> |