SCRIPTS
Last updated
Last updated
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.