BLE Equipment Pairing
This event is used to notify in real-time when an equipment is paired with a BLE device.
Event Type: 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 | The unique identifier of the equipment that is paired
Example: |
bleId | The unique identifier of BLE that is paired
Example: |
startTime | Timestamp indicating when the pairing started in YYYY-MM-DD and HH:MM:SS format
Example: |
active | Indicates whether the equipment is currently paired with BLE. true = Active, false = Inactive.
Example: |
equipmentName | Name of the equipment
Example: |
macAddress | MAC Address of the BLE device
Example: |
Updated 5 days ago