Skip to main content

Subscriptions

SubscriptionObject describes one stream the device is subscribed to receive from the network.

{
"type" : String,
"index" : Integer,
"configuration" : SubscriptionConfig,
"status" : SubscriptionStatus
}
Member nameTypeDescription
typeStringType of data, same values as stream type
indexIntegerIndex of the subscription of the given type (subscriptions are indexed individually by type, not necessarily contiguous)
configurationSubscriptionConfigSubscription configuration
statusSubscriptionStatusSubscription status