Skip to content

Commit

Permalink
Removed direct inclusion of Electrical Power Measurement and Electric…
Browse files Browse the repository at this point in the history
…al Energy Measurement clusters from EVSE device type. Per spec PR project-chip#8834
  • Loading branch information
jamesharrow committed Feb 13, 2024
1 parent 06c5769 commit 4f6e88c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2401,13 +2401,10 @@ limitations under the License.
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x050C</deviceId>
<clusters lockOthers="true">
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
</include>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Identify" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Energy EVSE" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Energy EVSE Mode" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Electrical Power Measurement" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Electrical Energy Measurement" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Temperature Measurement" client="false" server="false" clientLocked="true" serverLocked="false"></include>
</clusters>
</deviceType>
Expand Down

0 comments on commit 4f6e88c

Please sign in to comment.