> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/solidred-documentation/solidred-3.3/release-notes/3.3.1.md).

# 3.3.1

### Supported devices

* Added support for the NEON Temperature Transmitter

### Use cases

* Steam line use case added
* Temperature use case added
* Generic use case added

### Home Page

* The overall layout has been changed.
* Alert donut charts were removed and replaced with the total number of devices and assets, and the number of those that have active alerts.

### Navigation

* Navigation on top of the asset tree was moved to the right when selecting an entity (device or asset)
* Single-clicking an entity will select it and display its information on the right panel.
* Clicking on the arrow next to the entity icon will open/collapse its content.&#x20;

### Alarms

* Clicking on an alarm in a table will display a pop-up window with details of the alarms instead of taking the user to the detail page of the device in question.&#x20;

### Detail view for assets containing other assets

* Assets containing other assets have their own page displaying alerts of the assets and devices within.&#x20;

### Spectrum Dashboard

* The FFT selector will show the spectra available (A: acceleration, V: velocity, E: envelope)

### Waterfall Dashboard

* Fix the position of the numbers on the axes
* The FFT selector will show the spectra available (A: acceleration, V: velocity, E: envelope)

### Device health dashboard

* Adjusted scaling for smaller screens&#x20;


---

# 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.twtg.io/docs/solidred-documentation/solidred-3.3/release-notes/3.3.1.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.
