> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/modes/bikes/event-logs.md).

# Event Logs

The "Event Logs" tab in the "Hardware Details" page shows communication logs between the hardware and Movatic. These logs are typically collected via the mobile app in the case of Bluetooth logs or via direct server communication in case of an IoT device.

Below is a non-exhausted description of the meaning of each event type.

<table><thead><tr><th>Type</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Start Open Lock</td><td>Unlock process has started</td><td></td></tr><tr><td>Start Scan</td><td>Scanning to find the BLE device</td><td></td></tr><tr><td>Device Discovered</td><td>BLE device has been found</td><td></td></tr><tr><td>Connect to Device</td><td>Connecting to BLE device</td><td></td></tr><tr><td>Stop Scan</td><td>Scanning process stopped</td><td></td></tr><tr><td>Device Connected</td><td>Successfully connected to the BLE device</td><td></td></tr><tr><td>CmdGenerateBleUnlockKey</td><td>BLE unlock key is being requested from the server</td><td></td></tr><tr><td>Read BLE Characteristic</td><td>Information is being received from the BLE device</td><td></td></tr><tr><td>Message Counter Read</td><td>Information is being received from the BLE device</td><td></td></tr><tr><td>Begin Fetch Unlock Code</td><td>BLE unlock key request is in progress</td><td></td></tr><tr><td>Report Voltage</td><td>Voltage level has been read from the BLE device</td><td></td></tr><tr><td>Lock is unlocked</td><td>BLE device status is reported as "unlocked"</td><td></td></tr><tr><td>Success Fetch Unlock Code</td><td>BLE unlock key request has been successful</td><td></td></tr><tr><td>Write BLE Characteristic</td><td>A message is being sent to the BLE device</td><td></td></tr><tr><td>BLE Characteristic Write Success</td><td>A message has been successfully sent to the BLE device</td><td></td></tr><tr><td>Unlock Success</td><td>Unlock process has been successful</td><td></td></tr><tr><td>Device Disconnected</td><td>BLE device connection has ended</td><td></td></tr><tr><td>BLE Teardown</td><td>Communication with BLE device has ended</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.movatic.co/admin-site/modes/bikes/event-logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
