Skip to content

Commit

Permalink
* Add missing device types solar pv, battery storage, heat pump (proj…
Browse files Browse the repository at this point in the history
…ect-chip#36147)

* Added Heat Pump, Solar Power, Battery Storage to matter-devices.xml

* Update after regen_all

Change-Id: Iae699d22cf5732bb916c49b70251701f8324a002
Reviewed-on: http://androidsource.nxp.com/project/26509
Reviewed-by: Elven Wang <[email protected]>
  • Loading branch information
jamesharrow authored and TE-N-ElvenWang committed Nov 25, 2024
1 parent c3ceda5 commit 9a86362
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 0 deletions.
72 changes: 72 additions & 0 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2741,4 +2741,76 @@ limitations under the License.
</include>
</clusters>
</deviceType>
<deviceType>
<name>MA-heatpump</name>
<domain>CHIP</domain>
<typeName>Heat Pump</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0309</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<clusters>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>DEVICE_TYPE_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
<requireAttribute>SERVER_LIST</requireAttribute>
</include>
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="false">
<requireAttribute>IDENTIFY_TIME</requireAttribute>
<requireAttribute>IDENTIFY_TYPE</requireAttribute>
<requireCommand>Identify</requireCommand>
</include>
<include cluster="Thermostat" client="true" server="false" clientLocked="false" serverLocked="true">
<requireAttribute>CONTROL_SEQUENCE_OF_OPERATION</requireAttribute>
<requireAttribute>LOCAL_TEMPERATURE</requireAttribute>
<requireAttribute>SYSTEM_MODE</requireAttribute>
<requireCommand>SetpointRaiseLower</requireCommand>
</include>
</clusters>
</deviceType>
<deviceType>
<name>MA-solarpower</name>
<domain>CHIP</domain>
<typeName>Solar Power</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0017</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<clusters>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>DEVICE_TYPE_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
<requireAttribute>SERVER_LIST</requireAttribute>
</include>
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="false">
<requireAttribute>IDENTIFY_TIME</requireAttribute>
<requireAttribute>IDENTIFY_TYPE</requireAttribute>
<requireCommand>Identify</requireCommand>
</include>
</clusters>
</deviceType>
<deviceType>
<name>MA-batterystorage</name>
<domain>CHIP</domain>
<typeName>Battery Storage</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0018</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<clusters>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>DEVICE_TYPE_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
<requireAttribute>SERVER_LIST</requireAttribute>
</include>
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="false">
<requireAttribute>IDENTIFY_TIME</requireAttribute>
<requireAttribute>IDENTIFY_TYPE</requireAttribute>
<requireCommand>Identify</requireCommand>
</include>
</clusters>
</deviceType>
</configurator>
3 changes: 3 additions & 0 deletions src/darwin/Framework/CHIP/zap-generated/MTRClusterConstants.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a86362

Please sign in to comment.