We can connect a new channel with the following request
x-client-version | string Default: 0.0.0 Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version. For more on semantic versions, see here: https://semver.org/ Example: 2.16.4 |
Payload
Example response
Unauthorized response
Device channel already exists
{ }
{- "_type": "project_device_channel",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "actor_id": "04f37679-bfbf-4906-b749-01756515cecf",
- "asset_type": "audio",
- "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
- "external_index": 100,
- "inserted_at": "2021-08-03T00:00:00Z",
- "name": "string",
- "project_id": "string",
- "project_device_id": "string",
- "real_time_logging_capable": false,
- "status": "offline",
- "updated_at": "2021-08-03T00:00:00Z"
}