> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-configurations/lm-transmission-interval.md).

# LM - Transmission Interval

The Transmission Interval defines the time period between consecutive data transmissions from a device to the platform or server. It controls how often the device sends updates, including sensor readings, status reports, or other relevant information.\ <br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfKj6CS-Kchv0bJfM9IC-F0CcYWNEoz2l1SmoUaKuqA3Nx-9qtK6irSGF3Wo71vfiz8xEGsOOdhFYekC_ncPfIM-PId_k9Gk5P-XYyUygcdTcpLAkSc7fDmksW8vkywWFbGZqblog?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>LM  Transmission Interval Configuration</p></figcaption></figure>

## Steps to Set  Up Transmission Interval

1. **Go to the Devices Section**:
   * Navigate to the **Devices** section in the platform and locate the device for which you want to configure the transmission interval.
2. **Open Configuration Settings**:
   * Once you've selected the device, click on the **Configuration** tab to access the available settings.
3. **Locate the Transmission Interval Setting**:
   * In the configuration options, find the **Transmission Interval** field. This field allows you to specify how often the device will transmit its data to the platform.
4. **Choose the Interval Type**:
   * On the platform, you can choose between two interval options:
     * **Regular Transmission Interval**:
       * The device sends data at regular intervals, which can either follow the **Default Transmission Interval** or a user-defined **Custom Interval**.
     * **Scheduled Transmission Interval**:
       * The device sends data at specific, predefined times. You can schedule one or more transmission times according to your requirements.
5. **Set the Interval**:
   * Based on your needs, enter the desired time period or schedule. This determines how frequently the device will transmit updates. Choosing the appropriate interval ensures a balance between data accuracy and resource efficiency.
6. **Save the Settings**:
   * After setting the desired interval, click the **Save** button to confirm and apply the changes to the device configuration.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdV8tParfhbswleMFgS7i52w1sLf3sFoxUBBEJGA5S22WROVvnDPvMJqMpGA6QHn7YhEc1sbclJa4CCE5Jx-DVKLyHLoLlfDAcg3gf266LhT6kd5w6xMeJapUFjc-2_WSMsHkDHQQ?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt="" width="375"><figcaption><p>Set-up Dafult Tansmission Interval</p></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXebPP3ViFqwtHfZ_l6sXVY4JGGk40-PHLggE8qyxF5uYZquJNaC48NGHH2u9JbLP-DIAZpFZBcOJNe1HxeKrtVVOHySUsiQFr6KoyT09AesfAwqMJtOPxR3re0fqfNVGqXLIIS6Eg?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>Set Up Scheduled Transmission Interval</p></figcaption></figure>


---

# 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://docs.g-iot.io/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-configurations/lm-transmission-interval.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.
