> 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/rentals/event-logs.md).

# Event Logs

In the rental details page, the "Event Logs" tab provides information about all events recorded by the hardware involved in the rental. The table comprises the following columns:

* **Created**: This timestamp denotes when the record was created within the system. It serves as a reference point when the event data is logged within the system's database.
* **Recorded**: This timestamp signifies when the event was reported by the hardware itself. It reflects the actual occurrence of the event as captured by the hardware device.
* **Type:** This column details the type of action or event reported by the hardware, offering insight into various occurrences such as device activations, errors, and other notable events. Each event type is represented by a different color to indicate its nature:
  * **General information (represented by blue)**&#x20;
    * Examples: Lock is locking, Device Discovered, CmdUnlockRequest, and more.
  * **Successful operations or actions (represented by green)**
    * Examples: lock\_open, Lock is locked, Device Connected, and more.
  * **Errors or issues that have occurred (represented by red)**
    * Examples: Error, RentalEndError, Location Check Error, and more.
  * **Warnings about potential problems or important notices (represented by yellow)**
    * Example: Plugin is not inserted.

Additionally, users have the option to filter the event logs based on the specific child device of the rental hardware, and types by default are filtered by Important types. This feature enables users to focus on viewing the event logs relevant to a particular hardware unit or particular type, allowing for more targeted analysis and troubleshooting when necessary.

<figure><img src="/files/A82v9DbzljftWOhfDGy1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
When the filter for "types" is set to "important," only the most relevant types for the user will be displayed. The following list includes these important types:

* Device Discovered
* Device Connected
* Unlock Success
* Lock is unlocked
* UnlockRequestConfirmation
* LockRequestConfirmation
* CmdUnlockConfirmation
* CmdLockConfirmation
* CmdUnlockRequest
* CmdLockRequest
* CmdUnlock
* CmdLock
* CmdSignIn
* lock\_open
* lock\_closed
* Success Fetch Unlock Code
* CmdUnlockBattery
* unlocked Confirmation
* RFID Starting Rental Error
* BLE Characteristic Write Failure
* RentalEndError
* Error
* LocationCheckError
* Failure Fetch Unlock Code
* BLE Timeout
* Plugin is not inserted
* Lock is locking
* Lock is locked
* Lock is unlocking
* Start Open Lock
* Start Close Lock
  {% endhint %}


---

# 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/rentals/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.
