Skip to content

Commit

Permalink
changed SetMetricStatus description (#59)
Browse files Browse the repository at this point in the history
Changed the description of the SetMetricStatus manipulation, since the
result needs to be persistent.

# 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
  * [ ] Reviewer
* README update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [ ] Reviewer
  • Loading branch information
belagertem authored Aug 22, 2023
1 parent 2753aef commit 80f739b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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 SetMetricStatus manipulation
- semantics for the CalibrateMetric manipulation
- message SetAlarmSignalInactivationStateRequest
- semantics for the EnsembleContextIndicateMembershipWithIdentification manipulation
Expand Down
2 changes: 2 additions & 0 deletions src/t2iapi/metric/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ service MetricService {
/*
Set the provided measurement, calculation or setting status for the metric of the provided handle. This is not the
AbstractMetricState/@ActivationState, but the internal state of the device.
The resulting AbstractMetricState/@ActivationState shall be persistent until the next manipulation call.
If the device is not able to maintain the static state, it shall return RESULT_NOT_SUPPORTED.
*/
rpc SetMetricStatus (t2iapi.metric.SetMetricStatusRequest) returns (BasicResponse);

Expand Down

0 comments on commit 80f739b

Please sign in to comment.