Skip to content

Commit 13fd61d

Browse files
drempelgbzbarsky-apple
andauthoredDec 19, 2023
Added just the energy preferences xml. (#30934)
* Added just the xml and regenerated. No implementations yet as requested. * regen * Apply suggestions from code review Added suggestions for ARRAY vs array Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * regenerate --------- Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 5cd1c52 commit 13fd61d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+6545
-0
lines changed
 

‎docs/clusters.md

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Generally regenerate using one of:
8181
| 150 | 0x96 | DemandResponseLoadControl |
8282
| 152 | 0x98 | DeviceEnergyManagement |
8383
| 153 | 0x99 | EnergyEvse |
84+
| 155 | 0x9B | EnergyPreference |
8485
| 257 | 0x101 | DoorLock |
8586
| 258 | 0x102 | WindowCovering |
8687
| 259 | 0x103 | BarrierControl |

‎src/app/zap-templates/zcl/data-model/all.xml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<xi:include href="chip/microwave-oven-control-cluster.xml" />
3131
<xi:include href="chip/door-lock-cluster.xml" />
3232
<xi:include href="chip/energy-evse-cluster.xml" />
33+
<xi:include href="chip/energy-preference-cluster.xml" />
3334
<xi:include href="chip/ethernet-network-diagnostics-cluster.xml" />
3435
<xi:include href="chip/electrical-energy-measurement-cluster.xml" />
3536
<xi:include href="chip/fan-control-cluster.xml" />

1 commit comments

Comments
 (1)

sonlamcb98 commented on Jan 6, 2024

@sonlamcb98

I have a question
How did you generate code for zzz_generate/app-common/app-common/ ?

Please sign in to comment.