Skip to content

Commit 4f0b7e9

Browse files
hicklinjohnfierke
andauthored
Add service area cluster to rvc device type template (#34075)
* Add definitions for common HomeLocationStruct and types - see connectedhomeip-spec PR 8933 * Add definition for Service Area Cluster - see connectedhomeip-spec PR 8937 * Add semantic tag definitions needed for Service Area Cluster - see connectedhomeip-spec PR 8937 * Update Service Area Cluster definition of LocationInfoStruct - see connectedhomeip-spec PR 8937 * Rename SurfaceTag to FloorSurfaceTag - spec PR 8937 commit 431739b3e3996d0ef74a36b2a6b93ac0d3db9c45 * Fix Carport typo, remove IsGroundFloor field (spec change) * Update home location definitions per spec PR 8933 commit f04958166412d5b7eff4d3443273f47f12f22baf 2024-05-23 * update generated files * Update Service Area Cluster definitions per spec PR 8937 up to commit 6bf3762eb1ee733c642e79074744d1185b82a89c 2024-05-24 * update generated files * Regenerated zap files after merge. * Moved the AreaTypeTag namespace definition to namespaces.xml. * Moved the HomeLoc global struct into global-sturcts.xml. * Updated the AreaTypeTag namespace to match the latest spec definition. * Updated the AreaTypeTag namespace to match the latest spec definition. * Updated the matterlint rules with the changes in the xml files. * Reverted changes to the rvc zap file. * Addded global xml files to relevant lists of xmls. * Added the Position, Landmark and Floor Surface Namespaces. * Removed namespace tag definitions from the service area cluters XML. * Regenerated zap files. * Explicitly set the conformance. * Fixed typos in the service-area clusters XML from review. * Used a more feature rich method for defining the cluster's features. * Reordered data-type definitions to match the order in the spec. * Regenerated zap files. * Added github issue to a comment. * Renamed namespaces.xml to semantic-tag-namespace-enums.xml. * Missed some rename locations. * Added the Service Area cluster as an optional cluster to the Robotic Vacuun Cleaner device type. * Regenerated zap files after sync with upstream. * Regenerated zap files after sync with upstream. --------- Co-authored-by: jfierke@irobot.com <jfierke@irobot.com>
1 parent 43f7074 commit 4f0b7e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,7 @@ limitations under the License.
23252325
<include cluster="RVC Run Mode" client="false" server="true" clientLocked="true" serverLocked="true"></include>
23262326
<include cluster="RVC Clean Mode" client="false" server="false" clientLocked="true" serverLocked="false"></include>
23272327
<include cluster="RVC Operational State" client="false" server="true" clientLocked="true" serverLocked="true"></include>
2328+
<include cluster="Service Area" client="false" server="false" clientLocked="true" serverLocked="false"></include>
23282329
</clusters>
23292330
</deviceType>
23302331
<deviceType>

0 commit comments

Comments
 (0)