Skyplatform
  • SKYPLATFORM TECHNICAL USER DOCUMENTATION
    • BASICS OF SKYPLATFORM
      • WHAT IS SKYPLATFORM?
      • SKYPLATFORM DASHBOARD
      • TEMPLATE AND PROJECT CREATION
        • Project Creation
      • PROJECT INFORMATION
      • ADD DEVICES AND GROUPS
        • Create Device
        • Create Group
      • DEVICE DETAILS
      • INTRODUCTION TO COMMISSIONING
        • Commissioning Screen Definitions
      • CREATING A NEW PROJECT
        • Installation of Add-On Cards
      • KNX ADD-ON PROGRAMMING
        • KNX SHUTTER PROGRAMMING SAMPLE
    • PLUGINS
      • DASHBOARD WIDGETS
        • SAMPLE
      • SECURITY
        • SAMPLE
      • BUILT IN PERIPHERALS
        • SAMPLE
      • DIAGNOSTIC
      • TEMPERATURE CONTROLLER
        • SAMPLE
      • UI OBJECTS
        • SAMPLE
      • DIALOGS
        • SAMPLE
      • SCHEDULE
        • SAMPLE
      • FUNCTIONS
        • SAMPLE
      • CONSTANT
        • SAMPLE
      • MATH
        • SAMPLE
      • STRING
        • SAMPLE
      • LOGIC
        • SAMPLE
      • INTERCOM
      • MEDIA
        • SAMPLE
      • CAMERAS
        • SAMPLE
      • WEB
        • SAMPLE
      • EXTERNAL APPs
      • SCRIPTS
        • SAMPLE
Powered by GitBook
On this page
  1. SKYPLATFORM TECHNICAL USER DOCUMENTATION
  2. PLUGINS

SCRIPTS

PreviousEXTERNAL APPsNextSAMPLE

Last updated 8 months ago

Plugin
Name
Description

Counter JS

The Counter JS increments the count and writes the updated value to the output each time it receives a signal from the Increase input. Conversely, it decrements the count when it receives a signal from the Decrease input. The count is reset to its initial value when a signal is received from the Reset input.

Thermostat Lock

The Thermostat Lock is used to lock specific functions during VRF control. It can lock the On/Off, Mode, Set Temperature, Fan Speed, and Swing positions defined within the object for a specified time interval or continuously (similar to a scenario). The lock can be activated or deactivated as needed.

Additionally, if you want to change the values for Set Temperature, Mode, On/Off, Fan Speed, and Swing, the Lock inputs (such as Lock Set and Lock Mode) can be utilized. These inputs allow for adjustments to these controls without needing to enter the object and manually change the settings each time.

JS Plugin

The JS Plugin is a block that allows you to create and execute JavaScript code within the project. This is particularly useful when the existing objects in the project do not meet specific requirements, as it enables you to create custom objects or functionalities tailored to your needs using JavaScript.

T-Off

The T-Off outputs the data after a specified time "t," it inverts the input data by 1 bit. 1 turns to 0 after "t" time, and 0 turns to 1 after "t" time.