Subscriptions
SubscriptionObject describes one stream the device is subscribed to receive from the network.
{
"type" : String,
"index" : Integer,
"configuration" : SubscriptionConfig,
"status" : SubscriptionStatus
}
| Member name | Type | Description |
|---|---|---|
| type | String | Type of data, same values as stream type |
| index | Integer | Index of the subscription of the given type (subscriptions are indexed individually by type, not necessarily contiguous) |
| configuration | SubscriptionConfig | Subscription configuration |
| status | SubscriptionStatus | Subscription status |