mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
41 lines
1.7 KiB
XML
41 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Copyright (c) 2023 Project CHIP Authors
|
|
|
|
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"/>
|
|
<cluster>
|
|
|
|
<name>Espressif Badge</name>
|
|
<domain>CHIP</domain>
|
|
<code>0x131BFC03</code>
|
|
<define>BADGE_CLUSTER</define>
|
|
|
|
<description>Attributes and commands for badge cluster.</description>
|
|
|
|
<attribute side="server" code="0x0000" define="Name" type="char_string" length="32" writable="true">Name</attribute>
|
|
<attribute side="server" code="0x0001" define="Company Name" type="char_string" length="32" writable="true">Company Name</attribute>
|
|
<attribute side="server" code="0x0002" define="Email" type="char_string" length="32" writable="true">Email</attribute>
|
|
<attribute side="server" code="0x0003" define="Contact" type="char_string" length="32" writable="true">Contact</attribute>
|
|
<attribute side="server" code="0x0004" define="Event Name" type="char_string" length="32" writable="true">Event Name</attribute>
|
|
|
|
<command source="client" code="0x00" name="Configuration" optional="false">
|
|
<description>Badge Command</description>
|
|
<arg name="ConfigurationArg" type="char_string"/>
|
|
</command>
|
|
|
|
</cluster>
|
|
</configurator>
|