BLE Equipment UnPairing
This event is used to notify in real-time when an equipment is unpaired with a BLE device.
Event Type: BLE_EQUIPMENT_UNPAIR
Enablement Package: Equipment Tracking
Subscription to the Equipment Tracking Package is mandatory.
Trigger Condition
Subscription to the BLE_EQUIPMENT_UNPAIR event is mandatory. This event is triggered in real-time when an equipment is unpaired with a BLE device. The unpairing is a soft association maintained within the system to track equipment.
Example Payload
{
"equipmentId": "d24b696c-e5a5-4280-ba16-a4596ee573a9",
"bleId": "1eed584a-baeb-48f4-b10c-ef553fcdd161",
"startTime": "2025-03-24 13:18:36.0",
"endTime": "2025-04-11 05:56:53.968",
"active": true,
"equipmentName": "TestEquip,",
"macAddress": "BUT 3"
}
Reference
Field | Description |
---|---|
equipmentId String,UUID | The unique identifier of the equipment that is unpaired Example: d24b696c-e5a5-4280-ba16-a4596ee573a9 |
bleId String,UUID | The unique identifier of BLE that is unpaired Example: 1eed584a-baeb-48f4-b10c-ef553fcdd161 |
startTime Time Stamp | Timestamp indicating when the pairing started in YYYY-MM-DD and HH:MM:SS format Example: 2025-03-24 13:18:36.0 |
endTime Time Stamp | Timestamp indicating when the pairing ended in YYYY-MM-DD and HH:MM:SS format Example: 2025-04-11 05:56:53.968 |
active Boolean | Indicates whether the equipment is currently paired with BLE. true = Active, false = Inactive. Example: true |
equipmentName String | Name of the equipment Example: TestEquip |
macAddress String | MAC Address of the BLE device Example: BUT 3 |
Updated 12 days ago