Device Pairing
End Device Session​
Restrictions: "none"
Launch another device for paired testing
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
paired_session_id | string | The ID of the session to end | Yes | Yes |
Outputs​
Name | Type | Description |
---|---|---|
default | null |
Run on launched device​
Restrictions: "none"
Run a workflow on a launched device
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
paired_session_id | string | The Session to execute the workflow on | Yes | Yes |
Outputs​
Name | Type | Description |
---|---|---|
default | null |
Launch Device​
Restrictions: "none"
Launch another device for paired testing
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
constraints | code | Specify the constraints for selecting a device | Yes | Yes |
timeout | duration | Fail if device is not launched within this time | Yes | No |
Outputs​
Name | Type | Description |
---|---|---|
paired_session_id | string | The ID of the launched session |
default | null |