Skip to content

Commit

Permalink
Add missing device types solar pv, battery storage, heat pump (#36147)
Browse files Browse the repository at this point in the history
* Added Heat Pump, Solar Power, Battery Storage to matter-devices.xml

* Update after regen_all
  • Loading branch information
jamesharrow authored and pull[bot] committed Nov 11, 2024
1 parent f569285 commit deb5bb5
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 deb5bb5

Please sign in to comment.