You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated the golabl data type's XMLs, removing the cluster entries.
* Zap generated after XML update.
* Fixed namespaces used of global structs.
* Restyled by clang-format
* Renamed LocationInfoStruct to AreaInfoStruct.
* Zap generated after XML update.
* Renamed LocationStruct to AreaStruct and its LocationID and LocationDesc fields.
* Zap generated after XML update.
* Updated SDK and example code to match the new naming.
* Updated the ProgressStruct's LocationID name to AreaID.
* Zap generated after XML update.
* Updated the SDK code following name changes.
* Updated the SelectLocationsStatus and SkipLocationStatus enum names and some of their enums.
* Zap generated after XML update.
* Updated the SelectLocationsStatus and SkipCurrentLocationStatus names and their enum names.
* Updated the names of the SupportedLocations, SelectedLocations and CurrentLocation attributes.
* Zap generated after XML update.
* Updated the changed names in the SDK.
* Updated the service area command names in XML.
* Zap generated after XML update.
* Updated the service area command names in the SDK.
* Updated the rvc-example zap file.
* Refactored LocationStructureWrapper to AreaStructureWrapper.
* Restyled by clang-format
* Regenerated zap files due to changes upsteram.
* Removed unused generated file.
* Updated the Service Area XML marking previously nullabel attributes as not-nullable.
* Zap generated after XML update.
* Updated the attribute encoding and some server logic following the romoval of the nullable quality for some attributes.
* Explicitly set the Service Area version.
* Zap generated after XML update.
* Updated the service area features in the XML to match the current spec.
* Zap generated after XML update.
* Updated the SupportedArea validation logic as if the MAPS feature is not supported, the Delegate may choose not to implement map related methods.
* Change the type of the MapID to uint32 to match the spec.
* Added the SkippedArea arg to the SkipArea command.
* Zap generated after XML update.
* Updated the Service Area server code to handle the new SkippedArea command arg.
* Updated the service area XML to match the current spec. This includes the addition of the LandmarkInfoStruct and updates of AreaInfoStruct, SelectAreasStatus.
* Zap generated after XML update.
* Updated SDK server code and rvc-example after changes to the XML.
* Restyled by whitespace
* added vector include.
* spacing changes form zap regen.
* Fixed minor mistake during merge.
* Restyled by clang-format
* Applied suggestions from review.
* Restyled by whitespace
* Updated the LondmarkInfoSturct PositionTag type.
* Zap generated after XML update.
* Fixed SDK following update to the position type.
* Restyled by clang-format
* Missed a submudule update.
---------
Co-authored-by: Restyled.io <commits@restyled.io>
/** The Service Area cluster provides an interface for controlling the locations where a device should operate, and for querying the current location. */
1427
+
/** The Service Area cluster provides an interface for controlling the areas where a device should operate, and for querying the current area being serviced. */
0 commit comments