Skip to content

Commit

Permalink
feat(state): define property to set forwarder connection state
Browse files Browse the repository at this point in the history
Signed-off-by: rgallor <[email protected]>
  • Loading branch information
rgallor committed Dec 5, 2023
1 parent 33cbe38 commit 173a482
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions io.edgehog.devicemanager.ForwarderSessionsState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"interface_name": "io.edgehog.devicemanager.ForwarderSessionsState",
"version_major": 0,
"version_minor": 1,
"type": "properties",
"ownership": "device",
"description": "This property is set by a device to provide information about the status of a remote terminal session.",
"mappings": [
{
"endpoint": "/%{session_token}/status",
"type": "string",
"description": "Indicates if the device is connecting, connected or disconnected to a remote terminal session.",
"doc": "An enum with the following possible values: Connecting | Connected | Disconnected."
}
]
}

0 comments on commit 173a482

Please sign in to comment.