nbe.toml Entry | Default Value | Description |
---|---|---|
agent_url | "ws://127.0.0.1:9120/socket/websocket" (do not change) |
Identifies the location of the agent URL. The default value shown in this table is generated if
the agent is installed locally. If the agent URL is installed centrally (via remote installation),
the hostname of the URL will be different. The agent_url must be present when using an nbe.toml file. |
rssi_window_tap | 10 |
This determines the duration the Nymi Band must be within tap-distance of the BLE radio antenna to complete a tap. A larger value increases the duration required to perform and decrease the sensitivity. |
rssi_window_long | 50 |
This determines the frequency that Nymi Bluetooth Endpoint checks the distance between the BLE radio antenna and the Nymi Band. Nymi Bluetooth Endpoint tracks trends in these changes to trigger a Nymi Lock Control action, such as keep unlocked when present, lock when away, or unlock when present. |
rssi_tap_threshold | 0 (must be 0 or negative) |
This determines the range at which a tap event will occur. A
smaller negative value means a closer distance to the BLE
antenna. BLE tap is disabled by default (value = 0). Enter a non-zero, negative number to enable BLE tap. Nymi recommends an RSSI value of -42. If the Nymi Band maintains a minimum distance specified by rssi_tap_threshold, for a duration rssi_window_tap, a BLE tap is performed. |
rssi_cutoff_close | -70 (must be 0 or negative) |
This determines the outer range of the close distance-threshold
(excluding tap distance) for Nymi Lock Control.
Enter 0 to bypass the proximity functionality of Nymi Lock Control. If the Nymi Band maintains a close distance to the BLE radio antenna and the RSSI values measured are within the rssi_cutoff_close value, Nymi Lock Control keeps the user terminal unlocked. If the Nymi Band moves away from the BLE radio antenna, and the RSSI values measured are on a decreasing trend and goes from the rssi_cutoff_close value to the rssi_cutoff_far value, Nymi Lock Control locks the user terminal. |
rssi_cutoff_far | -75 (must be negative) |
This determines the outer range of the far distance-threshold
(excluding tap distance) for Nymi Lock Control.
If the Nymi Band moves towards the BLE radio antenna, and the RSSI values measured are on an increasing trend and goes from the rssi_cutoff_far value to the rssi_cutoff_close value, Nymi Lock Control unlocks the user terminal. |

Comments
0 commentsPlease sign in to leave a comment.