ConnectivityV1
Notification events regarding device connectivity to the cloud via any supported communication methods.
Trait Type: Standard
Notification Events
Note: See Overview: Device Notifications for more information on notfication event flows.
infoConnectivityStatus
Informs if there was event indicating that the device was online or offline at the specified moment.
Details Fields
Field Name | Description | Data Type |
connectivityStatus | Informs if the device overall connection status with the cloud regardless of connection type. | CONNECTED, DISCONNECTED |
Event Example
{
"eventType": "DEVICE_NOTIFICATION_REPORTED",
"notifications": [
{
"category": "notification",
"notificationName": "infoConnectivityStatus",
"notificationType": "INFO",
"type": "notification reported",
"createdAt": "2024-12-20T14:49:55.000Z",
"sampledAt": "2024-12-20T14:49:39.663Z",
"installationId": "819cd607-aede-482e-9aa0-8b65d420e300",
"deviceId": "9a8f6104-6c50-476e-90ee-16b9a2dafc8d",
"traitName": "ConnectivityV1",
"message": "Device is connected to/from cloud",
"id": "92197db2-63a4-4832-9a20-59dd188b6504",
"details": {
"connectivityStatus": "CONNECTED"
}
}
]
}infoBleConnectionFailed
Informs if there was event indicating that a mobile device attempted and failed to connect with the device via bluetooth.
Details Fields
Not applicable to this event.
Event Example
{
"eventType": "DEVICE_NOTIFICATION_REPORTED",
"notifications": [
{
"category": "notification",
"notificationName": "infoBleConnectionFailed",
"notificationType": "INFO",
"type": "notification reported",
"createdAt": "2024-12-20T14:49:55.000Z",
"sampledAt": "2024-12-20T14:49:39.663Z",
"installationId": "819cd607-aede-482e-9aa0-8b65d420e300",
"deviceId": "9a8f6104-6c50-476e-90ee-16b9a2dafc8d",
"traitName": "ConnectivityV1",
"message": "Attempt to connect mobile bluetooth device failed",
"id": "92197db2-63a4-4832-9a20-59dd188b6504",
"details": {}
}
]
}infoBleConnectivityStatus
Informs if there was event indicating that device connected/disconnected with an intermediary mobile device via bluetooth.
Details Fields
Field Name | Description | Data Type |
bleConnectivityStatus | Status of connection between device and mobile bluetooth proxy device. | CONNECTED, DISCONNECTED |
Event Example
{
"eventType": "DEVICE_NOTIFICATION_REPORTED",
"notifications": [
{
"category": "notification",
"notificationName": "infoBleConnectivityStatus",
"notificationType": "INFO",
"type": "notification reported",
"createdAt": "2024-12-20T14:49:55.000Z",
"sampledAt": "2024-12-20T14:49:39.663Z",
"installationId": "819cd607-aede-482e-9aa0-8b65d420e300",
"deviceId": "9a8f6104-6c50-476e-90ee-16b9a2dafc8d",
"traitName": "ConnectivityV1",
"message": "Mobile device has connected to/from device via bluetooth.",
"id": "92197db2-63a4-4832-9a20-59dd188b6504",
"details": {
"bleConnectivityStatus": "CONNECTED"
}
}
]
}infoWifiConnectivityStatus
Informs if there was event indicating that device connected/disconnected with the active wifi network connection.
Details Fields
Field Name | Description | Data Type |
wifiConnectivityStatus | Status of connection between device and active wifi network. | CONNECTED, DISCONNECTED |
Event Example
{
"eventType": "DEVICE_NOTIFICATION_REPORTED",
"notifications": [
{
"category": "notification",
"notificationName": "infoWifiConnectivityStatus",
"notificationType": "INFO",
"type": "notification reported",
"createdAt": "2024-12-20T14:49:55.000Z",
"sampledAt": "2024-12-20T14:49:39.663Z",
"installationId": "819cd607-aede-482e-9aa0-8b65d420e300",
"deviceId": "9a8f6104-6c50-476e-90ee-16b9a2dafc8d",
"traitName": "ConnectivityV1",
"message": "Device is connected to/from active wifi network.",
"id": "92197db2-63a4-4832-9a20-59dd188b6504",
"details": {
"wifiConnectivityStatus": "CONNECTED"
}
}
]
}What made this section unhelpful for you?
On this page
- ConnectivityV1