> For the complete documentation index, see [llms.txt](https://inspinia-technology.gitbook.io/skyplatform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inspinia-technology.gitbook.io/skyplatform/skyplatform-technical-user-documentation/plugins/security.md).

# SECURITY

These objects are specifically designed for alarm and security integration. Security tools can only be utilized within the **Security** page. When both the page and the object are in use, the **Security** page becomes accessible on the panel. This page allows users to monitor the type of alarm and its current status (activated or deactivated). Additionally, the alarm system can be armed or disarmed using a password (Default Pass.: 7891).

<figure><img src="/files/Zphu8dAnfzPLIwmnDQdU" alt=""><figcaption></figcaption></figure>

The Security object is provided as a pre-configured block, with inputs located on the left side. Alarm information should be fed into the block from these left-side inputs, either directly from the panel's inputs or externally sourced (e.g. via KNX).

When an alarm is triggered, the corresponding output signal (typically represented as a value of 1) is generated from the right side of the block. This output can then be utilized as data for other processes or systems.

<figure><img src="/files/v4uiCPb2k80hQi0Dm52e" alt=""><figcaption></figcaption></figure>

After double-clicking the **Security Object**, detailed configurations can be made, including settings for alarm types, arming and disarming times, passwords, and suspension timout.

* **Arm and Night Modes**: These modes are activated using a password for added security.
* **7/24 Mode**: This mode remains active at all times except during the Zone Suspend Timeout period.

<table><thead><tr><th width="128">Plugin</th><th width="138">Name</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/LwneH0qD5PCknumEycnh" alt="" data-size="original"></td><td><strong>Valve</strong></td><td><strong>The</strong> <strong>Valve</strong> functions as a switch, allowing control over the flow of water.</td></tr><tr><td><img src="/files/3u08diQP90q1V5fE6AGP" alt="" data-size="original"></td><td><strong>Security Console</strong></td><td><strong>The</strong> <strong>Security Console</strong> is used to transfer alarm information to the Akuvox Security Console Device (R48G-R49G). When the <strong>"Share Contact"</strong> option within the block is activated, the contact information is shared, enabling the Akuvox security console to call the panel (flat) after an alarm is triggered.</td></tr></tbody></table>

\
\ <br>


---

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