Change device type
A device is transferred between two device types.
Variable | Type | Format | Description |
---|---|---|---|
time | string | Epoch time in seconds | Event trigger time |
sourceType | string | DEVICE | The type of resource that triggered the event |
sourceId | string | hexadecimal | Identifier of the device at the origin of the event |
severity | string | INFO | The severity of the event |
eventType | string | CHANGED_DEVICE_TYPE | The event type |
deviceInfo | object | id: string (hexa) name: string state: string last communication: string (yyyy-MM-dd HH:mm:ss) last purge: string (yyyy-MM-dd HH:mm:ss) average signal: float (dB) timeout: string (yyyy-MM-dd HH:mm:ss) | Information about the device |
previousDeviceTypeID | string | hexadecimal | Origin DeviceType identifier |
deviceTypeId | string | hexadecimal | Destination DeviceType identifier |
groupId | string | hexadecimal | Group identifier for the Device |
contractId | string | hexadecimal | Identifier of the contract the device is associated with |
contractIds | array of string | hexadecimal | The list of contracts associated with the deviceType |
subscriptionState | string | enum :
| The status of the device subscription |