Skip to content

Commit

Permalink
Merge branch 'main' into add-disply-metric-with-diff-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jannast authored Nov 11, 2024
2 parents c7da547 + fb10846 commit 8941e56
Show file tree
Hide file tree
Showing 2 changed files with 7 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
- manipulation SetMdsUiLanguage for devices
- manipulation GetMdsUiSupportedLanguages for devices
- manipulation InsertContainmentTreeEntryForSequenceId for devices
- manipulation to shut down and restart for devices

## [4.1.0] - 2024-02-22

Expand Down
6 changes: 6 additions & 0 deletions src/t2iapi/device/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,10 @@ service DeviceService {
*/
rpc InsertContainmentTreeEntryForSequenceId (InsertContainmentTreeEntryForSequenceIdRequest)
returns (InsertContainmentTreeEntryForSequenceIdResponse);

/*
Shut down the device gracefully and then restart it. When restarting, the device should have a new
pm:MdibVersionGroup/@SequenceId.
*/
rpc ShutDownAndRestartDevice (google.protobuf.Empty) returns (BasicResponse);
}

0 comments on commit 8941e56

Please sign in to comment.