blob: e67be9df29e93fc33c439cadbe689a6895f6948e [file]
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.
- "DeviceEnergyManagementMode::ModeTag"
- "DishwasherMode::ModeTag"
- "EnergyEvseMode::ModeTag"
- "LaundryWasherMode::ModeTag"
- "RefrigeratorAndTemperatureControlledCabinetMode::ModeTag"
- "RvcCleanMode::ModeTag"
- "RvcCleanMode::StatusCode"
- "RvcOperationalState::ErrorStateEnum"
- "RvcOperationalState::OperationalStateEnum"
- "RvcRunMode::ModeTag"
- "RvcRunMode::StatusCode"
- "WaterHeaterMode::ModeTag"
# Please keep the above list sorted alphabetically, to minimize merge conflicts.
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.
- Access Control
- Actions
- Activated Carbon Filter Monitoring
- Administrator Commissioning
- Basic Information
- Boolean State
- Camera AV Settings User Level Management
- Camera AV Stream Management
- Chime
- Closure Control
- Closure Dimension
- Commissioner Control
- Commodity Price
- Commodity Tariff
- Device Energy Management
- Device Energy Management Mode
- Diagnostic Logs
- Dishwasher Mode
- Electrical Energy Measurement
- Electrical Power Measurement
- Energy EVSE
- Energy EVSE Mode
- Ethernet Network Diagnostics
- Fixed Label
- General Commissioning
- General Diagnostics
- Group Key Management
- HEPA Filter Monitoring
- Joint Fabric Administrator
- Laundry Washer Mode
- Microwave Oven Control
- Network Commissioning
- Operational State
- OTA Software Update Provider
- Oven Cavity Operational State
- Oven Mode
- Push AV Stream Transport
- Refrigerator And Temperature Controlled Cabinet Mode
- RVC Clean Mode
- RVC Operational State
- RVC Run Mode
- Sample MEI
- Scenes Management
- Service Area
- Software Diagnostics
- Soil Measurement
- Thread Border Router Management
- Thread Network Directory
- TLS Certificate Management
- TLS Client Management
- Water Heater Management
- Water Heater Mode
- WebRTC Transport Provider
- WebRTC Transport Requestor
- Wi-Fi Network Diagnostics
- Wi-Fi Network Management
- Zone Management
# Please keep the above list sorted alphabetically, to minimize merge conflicts.
# 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
- Fixed Label
- Groups
- Identify
- Level Control
- Localization Configuration
- Mode Select
- Occupancy Sensing
- On/Off
- Pump Configuration and Control
- Sample MEI
- Scenes Management
- Thermostat
# Please keep the above list sorted alphabetically, to minimize merge conflicts.
ClustersWithAttributeChangedFunctions:
- Bridged Device Basic Information
- Door Lock
- Fan Control
- Identify
- Pump Configuration and Control
- Thermostat
- Window Covering
# Please keep the above list sorted alphabetically, to minimize merge conflicts.
ClustersWithShutdownFunctions:
- Barrier Control
- Color Control
- Door Lock
- Fixed Label
- Level Control
- On/Off
- Sample MEI
- Scenes Management
- Thermostat
# Please keep the above list sorted alphabetically, to minimize merge conflicts.
ClustersWithPreAttributeChangeFunctions:
- Door Lock
- Energy Preference
- Fan Control
- Laundry Dryer Controls
- Laundry Washer Controls
- Localization Configuration
- Mode Select
- Pump Configuration and Control
- Thermostat
- Thermostat User Interface Configuration
# Please keep the above list sorted alphabetically, to minimize merge conflicts.
# Code Driven clusters are clusters that implement the ServerClusterInterface.
# The clusters in this list require Init() and/or Shutdown() callbacks, defined
# in the cluster's respective CodgenIntegration.cpp file.
CodeDrivenClusters:
- Access Control
- Administrator Commissioning
- Basic Information
- Binding
- Boolean State
- Diagnostic Logs
- Ethernet Network Diagnostics
- General Diagnostics
- Group Key Management
- OTA Software Update Provider
- Push AV Stream Transport
- Software Diagnostics
- Time Format Localization
- Wi-Fi Network Diagnostics
# Please keep the above list sorted alphabetically, to minimize merge conflicts.