DeviceConnectionDeleted
Emitted when a device's socket connection goes offline.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | Unique identifier of the event instance, generated when the event is emitted |
kind | "domain" | ✅ | Kind of the event |
type | "Device.DeviceConnectionDeleted" | ✅ | Type of the event |
payload | object | ✅ | Event-specific payload data |
Example
{
"id": "string",
"kind": "domain",
"type": "Device.DeviceConnectionDeleted",
"payload": {
"owner": {
"ownershipType": "organization",
"organizationUid": "02773677xxxxxxxxxxxxxxxx0c287b29",
"parentCompanyUid": "55f6f6faxxxxxxxxxxxxxxxx35c4a9da"
},
"type": "Device.DeviceConnectionDeleted",
"deviceUid": "220ca1baxxxxxxxxxxxxxxxx8cb7f5df",
"connectionUid": "adc5466bxxxxxxxxxxxxxxxxc18eae0e",
"serverInstanceUid": "d9f027fcxxxxxxxxxxxxxxxxc5f7ed22"
}
}
Shape
{
"id": "string",
"kind": "domain",
"type": "Device.DeviceConnectionDeleted",
"payload": {
"owner": {
"ownershipType": "organization",
"organizationUid": "string | null",
"parentCompanyUid": "string | null"
},
"type": "Device.DeviceConnectionDeleted",
"deviceUid": "string",
"connectionUid": "string",
"serverInstanceUid": "string"
}
}