Skip to content

Commit

Permalink
New manip convey demo values (#68)
Browse files Browse the repository at this point in the history
// new manipulation ConveyMetricDemoValues for metrics

# 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
  • Loading branch information
jannast authored Sep 29, 2023
1 parent 272a40b commit 07844e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- manipulation ConveyMetricDemoValues for metrics
- manipulation SetAlertConditionAndAlertSignalActivationState for alert activation states

### Changed
Expand Down
7 changes: 7 additions & 0 deletions src/t2iapi/metric/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,11 @@ service MetricService {
*/
rpc TransitionProvideValueToExpressNoValueAvailable (BasicHandleRequest)
returns (BasicResponse);

/*
Convey demo values for the metric with the given handle.
This means that the metric value is arbitrary and for demonstration purposes only.
*/
rpc ConveyMetricDemoValues (BasicHandleRequest)
returns (BasicResponse);
}

0 comments on commit 07844e8

Please sign in to comment.