forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-data.yaml
99 lines (94 loc) · 2.92 KB
/
config-data.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
EnumsNotUsedAsTypeInXML:
# List of enums that are not used as a type in XML. By adding an enum
# to this list you prevent incorrectly assuming from code that you are
# able to use kUnknownEnumValue safely. This happens for derived clusters
# such as ModeBase where there are CommonTag, DerivedClusterTags, MfgTags.
- "DishwasherMode::ModeTag"
- "LaundryWasherMode::ModeTag"
- "RefrigeratorAndTemperatureControlledCabinetMode::ModeTag"
- "RvcRunMode::ModeTag"
- "RvcRunMode::StatusCode"
- "RvcCleanMode::ModeTag"
- "RvcCleanMode::StatusCode"
- "RvcOperationalState::OperationalStateEnum"
- "RvcOperationalState::ErrorStateEnum"
- "EnergyEvseMode::ModeTag"
- "WaterHeaterMode::ModeTag"
- "DeviceEnergyManagementMode::ModeTag"
CommandHandlerInterfaceOnlyClusters:
# List of clusters that are implemented entirely with
# CommandHandlerInterface and hence do not need generated command dispatch.
# This uses asUpperCamelCase versions of the cluster name.
- Network Commissioning
- Scenes Management
- RVC Run Mode
- RVC Clean Mode
- Service Area
- Dishwasher Mode
- Laundry Washer Mode
- Oven Mode
- Oven Cavity Operational State
- Refrigerator And Temperature Controlled Cabinet Mode
- Operational State
- Activated Carbon Filter Monitoring
- HEPA Filter Monitoring
- RVC Operational State
- Sample MEI
- Microwave Oven Control
- Chime
- Energy EVSE
- Energy EVSE Mode
- Device Energy Management
- Device Energy Management Mode
- Electrical Power Measurement
- Electrical Energy Measurement
- Wi-Fi Network Management
- Thread Border Router Management
- Thread Network Directory
- Water Heater Management
- Water Heater Mode
# We need a more configurable way of deciding which clusters have which init functions....
# See https://github.com/project-chip/connectedhomeip/issues/4369
ClustersWithInitFunctions:
- Color Control
- Groups
- Identify
- Level Control
- Localization Configuration
- Occupancy Sensing
- On/Off
- Pump Configuration and Control
- Time Format Localization
- Thermostat
- Mode Select
- Sample MEI
- Scenes Management
ClustersWithAttributeChangedFunctions:
- Bridged Device Basic
- Door Lock
- Identify
- Pump Configuration and Control
- Window Covering
- Fan Control
- Thermostat
ClustersWithShutdownFunctions:
- Barrier Control
- On/Off
- Door Lock
- Level Control
- Color Control
- Sample MEI
- Scenes Management
- Thermostat
ClustersWithPreAttributeChangeFunctions:
- Door Lock
- Pump Configuration and Control
- Thermostat User Interface Configuration
- Time Format Localization
- Localization Configuration
- Mode Select
- Fan Control
- Thermostat
- Energy Preference
- Laundry Washer Controls
- Laundry Dryer Controls