[Device Energy Management Mode Cluster] Device Energy Management Mode Cluster XML has to be updated as per Spec
Description:
- [ ] 1. Below following
FeatureandAttributesare Disallowed for the Device Energy Management Mode Cluster. So these should be removed from the Device Energy Management Mode Cluster device XML.
Feature:
- OnOff
Attributes:
- StartUpMode
- OnMode
Spec Reference:
- https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/Mode_DeviceEnergyManagement.adoc#4-features
XML References:
- https://github.com/project-chip/connectedhomeip/blob/master/src/app/zap-templates/zcl/data-model/chip/device-energy-management-mode-cluster.xml
- [ ] 2. In Spec, Device Energy Management Mode Cluster Revision value has been updated from 1 to 2. So XML has to be updated as per the spec.
Spec Reference:
- https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/Mode_DeviceEnergyManagement.adoc#1-revision-history
XML References:
- https://github.com/project-chip/connectedhomeip/blob/master/src/app/zap-templates/zcl/data-model/chip/device-energy-management-mode-cluster.xml#L51
Data model XMLs are updated automatically and aligned to spec tags. These data model XMLs will be updated when the spec tag for the board release is tagged. These data model files are automatically generated and should not be updated by hand.
They don't need individual issues opened.
Closing this as it will be fixed once the spec is properly tagged and I don't want anyone thinking they need to make hand edits.
Data model XMLs are updated automatically and aligned to spec tags
This is not about data model XMLs, which are under /data_model. This is about a file under /src/app/zap-templates/zcl/data-model/chip.
PR here to fix: #36155