# UI OBJECTS

<table><thead><tr><th width="128">Plugin</th><th width="153">Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/EvEdCGpGyhiJtUaI1CCh" alt="" data-size="original"></td><td><strong>Switch</strong></td><td>This object represents the panel's physical switch that the end user interacts with on the screen. The right side of the block functions as the write port, while the left side serves as the read, status, and feedback port.</td></tr><tr><td><img src="/files/TGmD81g2racutXEOmnDm" alt="" data-size="original"></td><td><strong>Toogle</strong></td><td>This block outputs the command alternately as 1-0-1-0 with each touch, functioning independently of the current state.</td></tr><tr><td><img src="/files/qTq7l9KCsHaBk68RJSzl" alt="" data-size="original"></td><td><strong>Dimmer</strong></td><td>This object is used for dimmable controls on the screen. It manages a 1-bit On/Off object and a 1-byte brightness value object to manage the dimming function.</td></tr><tr><td><img src="/files/ieIel2gEdMzgVh3pgcxR" alt="" data-size="original"></td><td><strong>Shutter/Blinds</strong></td><td>This object facilitates the physical control of blinds, offering functions for up, down, stop, and value adjustment. Additionally, on the reading side, it can display the position information from the blinds (value).</td></tr><tr><td><img src="/files/oKmtA3rwN8uh7oc14mTi" alt="" data-size="original"></td><td><strong>Thermostat</strong></td><td>This object is used for controlling Fan Coil units and air conditioners. Settings such as mode options, fan levels, activation and deactivation of control types, and minimum and maximum set temperature values can be configured through the block that opens upon double-clicking the object.</td></tr><tr><td><img src="/files/iOC2DibyK39v6WSlqnf2" alt="" data-size="original"></td><td><strong>RGB Control</strong></td><td>This block enables RGB (Red, Green, Blue) control from the panel's user interface. In addition to general On/Off and Brightness control, RGB adjustments can be made using 1-byte and 3-byte objects, depending on the desired configuration.</td></tr><tr><td><img src="/files/IB8ptANJI1O6RY9WJDSl" alt="" data-size="original"></td><td><strong>Heater</strong></td><td>This block serves as the user interface for controlling underfloor heating systems. It enables control and adjustment when the end user issues commands through the interface.</td></tr><tr><td><img src="/files/tmwJR9u09Xh2e5h8LRAP" alt="" data-size="original"></td><td><strong>Multimedia</strong></td><td>This block is used as a User Interface for systems that can be integrated using KNX, Modbus, or HTTP commands. It enables system control by processing the commands received through the interface.</td></tr><tr><td><img src="/files/8QO9jmx0xntJ86e8E8jI" alt="" data-size="original"></td><td><strong>Scenario</strong></td><td>This block is used to activate a manual scenario. The button also appears on the scenarios page. When the end user presses this object, the scenario will be triggered. The specific actions or information that will be executed upon activation can be configured within the block's settings.</td></tr><tr><td><img src="/files/4PfYfGuZ7SkSmDBS1r1l" alt="" data-size="original"></td><td><strong>Concierge</strong></td><td><p>This block is designed to be used alongside the email block and an HTML editor, serving as a User Interface (UI) component.</p><p></p><p>In this setup, when the end user inputs information such as service content, date, and time through the interface, the variable data is formatted via the HTML editor and then sent to the service provider through the email block.</p><p>While the <strong>Concierge UI</strong> is suitable for straightforward tasks, for a more advanced and professional Concierge service, it is recommended to utilize Inspinia Concierge Web application.</p></td></tr></tbody></table>


---

# 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://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/ui-objects.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.
