Skip to content

Commit ecad145

Browse files
matter-devices.xml: Fix DEM (Simple -> Utility) (#36458)
* matter-devices.xml: Fix DEM (Simple -> Utility) This change fixes the DEM device type description in matter-devices.xml. The most relevant change is fixing the class type from Simple to Utility. This was generated using alchemy with the command: ``` alchemy/alchemy zap --attribute="in-progress" --sdkRoot=./connectedhomeip/ --specRoot=./connectedhomeip-spec/ ./connectedhomeip-spec/src/device_types/DeviceEnergyManagement.adoc ``` * zap regen * Fix name to avoid unwanted changes on Zap generation.
1 parent 5d64b73 commit ecad145

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/zap-templates/zcl/data-model/chip/matter-devices.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2681,11 +2681,11 @@ limitations under the License.
26812681
<name>Device Energy Management</name>
26822682
<domain>CHIP</domain>
26832683
<typeName>Device Energy Management</typeName>
2684-
<class>Simple</class>
2684+
<class>Utility</class>
26852685
<profileId editable="false">0x0103</profileId>
26862686
<deviceId editable="false">0x050D</deviceId>
2687+
<scope>Endpoint</scope>
26872688
<clusters lockOthers="true">
2688-
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true"></include>
26892689
<include cluster="Device Energy Management" client="false" server="true" clientLocked="true" serverLocked="true"></include>
26902690
<include cluster="Device Energy Management Mode" client="false" server="true" clientLocked="true" serverLocked="false"></include>
26912691
</clusters>

src/darwin/Framework/CHIP/zap-generated/MTRDeviceTypeMetadata.mm

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)