> For the complete documentation index, see [llms.txt](https://docs.sollumz.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sollumz.org/documentation/lighting-.ydr/flashiness-values.md).

# Flashiness Values

<figure><img src="/files/ReXr5L891x6W9OPiRcx1" alt=""><figcaption><p>UI Layout</p></figcaption></figure>

The default value is set to 0, or constantly visible.

<table><thead><tr><th width="261">Flashiness Name</th><th>Description</th></tr></thead><tbody><tr><td>Constant (0)</td><td>Light shines constantly, no flashing</td></tr><tr><td>Random (1)</td><td>Takes the lights Extent value as a factor for the random value</td></tr><tr><td>Random Override If Wet (2)</td><td></td></tr><tr><td>Once Per Second (3)</td><td>Light flashes 1 time per second</td></tr><tr><td>Twice Per Second (4)</td><td>Light flashes 2 times per second</td></tr><tr><td>Five Per Second (5)</td><td>Light flashes 5 times per second</td></tr><tr><td>Random Flashiness (6)</td><td>Truely random flashiness</td></tr><tr><td>Off (7)</td><td></td></tr><tr><td>Unused (8)</td><td>An unused value, has no effect</td></tr><tr><td>Alarm (9)</td><td>Flashes like an alarm, possibly tied to audio alarms?</td></tr><tr><td>On When Raining (10)</td><td>Flashing begins when weather is set to rain</td></tr><tr><td>Cycle 1 (11)</td><td>A predefined flashing cycle</td></tr><tr><td>Cycle 2 (12)</td><td>A predefined flashing cycle</td></tr><tr><td>Cycle 3 (13)</td><td>A predefined flashing cycle</td></tr><tr><td>Disco (14)</td><td>Flashes like a disco ball</td></tr><tr><td>Candle (15)</td><td>More so a flicker, like a candle</td></tr><tr><td>Plane (16)</td><td>Likely used for plane lights, the navigation ones</td></tr><tr><td>Fire (17)</td><td>Similar to the candle, but flickers faster</td></tr><tr><td>Threshold (18)</td><td></td></tr><tr><td>Electric (19)</td><td>Flashes like an electric ceiling light</td></tr><tr><td>Strobe (20)</td><td>Flickers like a strobe light, very fast and intense</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://docs.sollumz.org/documentation/lighting-.ydr/flashiness-values.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.
