Skip to content

Commit

Permalink
Adapt create context state with association and validators (#60)
Browse files Browse the repository at this point in the history
adapt semantics for the manipulation
CreateContextStateWithAssociationAndValidators. The manipulation does
not expect the static state anymore

# Checklist

The following aspects have been respected by the author of this pull
request, confirmed by both pull request assignee **and** reviewer:

* Changelog update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
* README update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer

---------

Co-authored-by: Ilja Antipov <[email protected]>
  • Loading branch information
antipovi and antipovi-draeger authored Aug 25, 2023
1 parent 80f739b commit 245ec72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- semantics for CreateContextStateWithAssociationAndValidators manipulation
- semantics for SetMetricStatus manipulation
- semantics for the CalibrateMetric manipulation
- message SetAlarmSignalInactivationStateRequest
Expand All @@ -38,7 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
CreateContextStateWithAssociation, CreateContextStateWithAssocIdentificationAndValidator,
CreateContextStateWithAssocAndSpecificValidator, SetClockDevice, SetLanguage, SetNoValue,
SetMetricValuesWithQualityMode
- semantics for CreateContextStateWithAssociationAndValidators manipulation
- semantics for SetDeviceOperatingMode manipulation
- message PartialIdentification to message PartialInstanceIdentifier

Expand Down
2 changes: 0 additions & 2 deletions src/t2iapi/context/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ service ContextService {
Create a new pm:AbstractContextState instance with the given @ContextAssociation value for the given descriptor handle
and provide at least the number of pm:Validator elements for this ContextState.
If the number of pm:Validator elements is zero, zero pm:Validator elements shall be provided.
The manipulated state shall be persistent until a next manipulation call. If the device is not able to maintain
the static state, it shall return RESULT_NOT_SUPPORTED.
*/
rpc CreateContextStateWithAssociationAndValidators(
t2iapi.context.CreateContextStateWithAssociationAndValidatorsRequest)
Expand Down

0 comments on commit 245ec72

Please sign in to comment.