1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ Copyright (c) 2023 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
+ <configurator >
19
+ <domain name =" CHIP" />
20
+
21
+ <enum name =" DrynessLevelEnum" type =" enum8" >
22
+ <cluster code =" 0x004A" />
23
+ <item name =" Low" value =" 0x0" />
24
+ <item name =" Normal" value =" 0x1" />
25
+ <item name =" Extra" value =" 0x2" />
26
+ <item name =" Max" value =" 0x3" />
27
+ </enum >
28
+
29
+ <cluster >
30
+ <domain >Appliances</domain >
31
+ <name >Laundry Dryer Controls</name >
32
+ <code >0x004A</code >
33
+ <define >LAUNDRY_DRYER_CONTROLS_CLUSTER</define >
34
+ <client init =" false" tick =" false" >true</client >
35
+ <server init =" false" tick =" false" >true</server >
36
+ <description >This cluster supports remotely monitoring and controling the different typs of
37
+ functionality available to a drying device, such as a laundry dryer.</description >
38
+
39
+ <globalAttribute side =" server" code =" 0xFFFD" value =" 1" />
40
+
41
+ <attribute side =" server" code =" 0x0000" define =" SUPPORTED_DRYNESS_LEVELS" type =" ARRAY" entryType =" DrynessLevelEnum" writable =" false" isNullable =" false" optional =" false" min =" 0x01" max =" 0x04" >SupportedDrynessLevels</attribute >
42
+ <attribute side =" server" code =" 0x0001" define =" SELECTED_DRYNESS_LEVEL" type =" DrynessLevelEnum" writable =" true" isNullable =" true" optional =" false" >SelectedDrynessLevel</attribute >
43
+ </cluster >
44
+ </configurator >
0 commit comments