Skip to content

Commit

Permalink
commit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Deichmann <[email protected]>
  • Loading branch information
antipovi-draeger and ldeichmann authored Jan 20, 2025
1 parent 323b044 commit 0bd9c04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/t2iapi/device/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ service DeviceService {
- InsertContainmentTreeEntryWithStaticHandle with handle "metric_1" is executed
- no further action from the device is required
Example 3: the requested Channel is not known for the device:
- Channel with the handle "channel_a" is not present in the devices current MDIB
- InsertContainmentTreeEntryWithStaticHandle with handle "channel_a" is executed
- GRPC Status Code INVALID_ARGUMENT is returned since the requested Channel is unknown for the device
Example 3: the requested descriptor is not known for the device:
- descriptor with the handle "some_channel" is not present in the devices current MDIB and no such descriptor can exist in the devices MDIB
- InsertContainmentTreeEntryWithStaticHandle with handle "some_channel" is executed
- GRPC Status Code INVALID_ARGUMENT is returned since the requested entity is unknown for the device
*/
rpc InsertContainmentTreeEntryWithStaticHandle (BasicHandleRequest)
returns (BasicResponse);
Expand Down

0 comments on commit 0bd9c04

Please sign in to comment.