BLE Equipment Pair
This event is used to notify in real-time when an equipment is paired with a BLE device.
Event Name: BLE_EQUIPMENT_PAIR
Enablement Package: Equipment Tracking
Subscription to the Equipment Tracking Package is mandatory.
Trigger Condition
Subscription to the BLE_EQUIPMENT_PAIR event is mandatory. This event is triggered in real-time when an equipment is paired with a BLE device. The pairing 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-04-11 06:00:24.672",
"active": true,
"equipmentName": "TestEquip,",
"macAddress": "BUT 3"
}
Reference
Field | Description |
---|---|
equipmentId String,UUID | The unique identifier of the equipment that is paired Example: d24b696c-e5a5-4280-ba16-a4596ee573a9 |
bleId String,UUID | The unique identifier of BLE that is paired Example: ff9e0b16-3835-4cff-a721-451d1478ea8b |
startTime Time Stamp | Timestamp indicating when the pairing started in YYYY-MM-DD and HH:MM:SS format Example: 2025-04-11 06:00:24.672 |
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 3 days ago