FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Constant summary | |
---|---|
string | CHANNEL := "CumulocityIoT" Channel to send these events to.
|
string | SEND_CHANNEL := "CumulocityIoT" Channel to send these events to. |
string | WILDCARD := "*" Wildcard value of subscription. |
Field summary | |
---|---|
string | streamName The source of the subscriptions, can be 'alarms', 'events', 'measurements', 'operations', 'managedObjects'. |
string | subscription Subscription details, can be 'assetId' or 'deviceId' or EventType (Example: DoorSensorEvent) or AlarmType (Example: UnavailabilityAlarm) etc. |
dictionary<string, any> | params Any other subscription properties. |
Constant detail |
---|
string CHANNEL := "CumulocityIoT"
string SEND_CHANNEL := "CumulocityIoT"Channel to send these events to.
string WILDCARD := "*"Wildcard value of subscription.
Field detail |
---|
dictionary<string, any> paramsAny other subscription properties.
string streamNameThe source of the subscriptions, can be 'alarms', 'events', 'measurements', 'operations', 'managedObjects'.
string subscriptionSubscription details, can be 'assetId' or 'deviceId' or EventType (Example: DoorSensorEvent) or AlarmType (Example: UnavailabilityAlarm) etc.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |