# Temperature

The temperature application is intended for the NEON Temperature Transmitter and/or the NEON Temperature Sensor. This use case is composed of the [Detail](#detail) and [Trend](/docs/solidred-4.1/common-dashboards/trend.md) dashboards.&#x20;

{% hint style="info" %}
The Trend dashboard is not present in the temperature application when using the NEON Temperature Sensor
{% endhint %}

## Detail

The detail page of the temperature application displays the following sections:

### Device Information & Actions

The device name and description are displayed at the top left of the dashboard. On the top right, the user can visualize the device's:

* Last Activity: displays when SolidRed received the last message from the device.&#x20;
* Spreading Factor: current SF the device is operating at.&#x20;
* RSSI: signal strength as reported by the LNS.&#x20;
* Battery Level: last reported battery percentage or voltage.

Next to the above information, the user can perform the following actions by clicking on the respective icons:

* Annotations: leave and read comments on the device.&#x20;
* Configure: visualize or modify the device's configuration.&#x20;
* Edit: change the entity's information, such as parent asset, device label, description, etc.&#x20;

### Sensor information

The first widget on the dashboard shows the following information:

* Sensor type: the name of the NEON sensor and the protocol version used by the device.&#x20;

### Health widget

This widget shows the health status of the monitored asset. In this section, the status of all possible alarms of the device is displayed. The user can click on the status to display the alarm dashboard for more information.&#x20;

### Image

The device's image that the user can upload, update, or delete using the action buttons available when hovering over the image.&#x20;

### Measurements

An overview of the measurements captured by the NEON sensor is shown after the first widget row. Based on the sensor, the data shown can be:

* NEON Temperature Transmitter: Temperature 1, Temperature 2, Ambient Temperature, and Delta Temperature. Please note that the configuration of the device defines which measurements are sent.&#x20;
* NEON Temperature Sensor: minimum, maximum, and average temperature as sent by the sensor.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.twtg.io/docs/solidred-4.1/application-dashboards/temperature.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
