Line 276: |
Line 276: |
| *'''AVL ID: 10829''' Found Beacon List (On Change) | | *'''AVL ID: 10829''' Found Beacon List (On Change) |
| *'''AVL ID: 10831''' Lost Eye Beacon List (On Change) | | *'''AVL ID: 10831''' Lost Eye Beacon List (On Change) |
− | <br>
| + | |
| | | |
− | '''Proximity IO''' elements have the following structure:<br> [[File:1st beacon protocol version.png|border]] | + | '''Proximity and Lost & found AVL ID''' elements have the following structure:<br> [[File:1st beacon protocol version.png|border]] |
| | | |
− | Parameter IDs
| + | When Proximity or Lost & Found events are sent, the records will always include Beacon RSSI, Beacon ID, low battery indicator and Battery Voltage. |
| + | |
| + | Parameters description: |
| {| class="wikitable nd-othertables_2" style="width:125%;" ; | | {| class="wikitable nd-othertables_2" style="width:125%;" ; |
− | |+'''Table 1. EYE Sensor Parameter IDs''' | + | |+'''Table 1. EYE Beacon Parameter IDs''' |
| |- | | |- |
| !Parameter ID!!Name | | !Parameter ID!!Name |
− | !Data type!!Description!! | + | !Data type!!Description |
| |- | | |- |
− | | -||1 | + | | 0||Beacon RSSI Level |
| |1 byte unsigned integer||Reserved. Added To each Eye Sensor start. Currently always 0. | | |1 byte unsigned integer||Reserved. Added To each Eye Sensor start. Currently always 0. |
| |- | | |- |
− | |5||Eye Sensor #1 Device Name | + | |1||Beacon ID |
− | |Array||Device’s name from Device Name List tab | + | |Array||For Eye Beacons that are transmitting using Eddystone protocol Beacon ID is Namespace , InstanceID (16 bytes), For iBeacon protocol it is UUID, Major, Minor (20 bytes) |
− | |-
| |
− | |6
| |
− | |EYE Sensor #1 Temperature
| |
− | |2 byte signed integer
| |
− | |Temperature value measured by EYE Sensor from List Values from -32768 to +32768 with 0.01 C delta
| |
− | |-
| |
− | |7
| |
− | |EYE Sensor #1 Humidity
| |
− | |1 byte unsigned integer
| |
− | |Humidity measured by EYE Sensor from List Values from 0 to 100%
| |
− | |-
| |
− | |8
| |
− | |EYE Sensor #1 Magnet presence
| |
− | |1 byte unsigned integer
| |
− | |Magnet measured by EYE Sensor from List Values from 0 to1
| |
− | |-
| |
− | |9
| |
− | |EYE Sensor #1 Movement presence
| |
− | |1 byte unsigned integer
| |
− | |Movement measured by Eye Sensor from List Values
| |
− | |-
| |
− | |10
| |
− | |EYE Sensor #1 Movement count
| |
− | |2 byte unsigned integer
| |
− | |Movement counts measured by EYE Sensor from List Values
| |
− | |-
| |
− | |11
| |
− | |EYE Sensor #1 Pitch
| |
− | |1 byte unsigned integer
| |
− | |Pitch angle measured by Eye Sensor from list Values
| |
− | |-
| |
− | |12
| |
− | |EYE Sensor #1 Angle Roll
| |
− | |2 byte unsigned integer
| |
− | |Roll Angle measured by EYE Sensor from List Values from
| |
| |- | | |- |
| |13 | | |13 |
− | |EYE Sensor #1 Low battery indicator | + | |EYE Beacon Low battery indicator |
− | |1 byte unsigned integer | + | |1 byte integer |
− | |Low battery state measured by EYE Sensor from List Values from 0 to1 | + | |Low battery state measured by EYE beacon; value is either 0 (low voltage not detected) or 1 (low voltage detected) |
| |- | | |- |
| |14 | | |14 |
− | |EYE Sensor #1 Battery voltage | + | |EYE Beacon battery Voltage |
| |2 byte unsigned integer | | |2 byte unsigned integer |
− | |Low battery state measured by EYE Sensor from List Values from 0 to1 | + | |EYE Beacon battery voltage value in mV |
| |- | | |- |
| |} | | |} |