gate
Gate.
Available device functions
The device can have all the functions listed below or some of them. E.g. if the device cannot be opened at the set percentage, there is no need in including the open_percentage
function in its model description.
The device has mandatory functions: online
, open_state
. In addition, the opening method must be described: open_set
, open_percentage
, or both.
When using open_set
and open_percentage
simultaneously, the following rule must be complied with:
- If
open_percentage
is not equal to zero, thenopen_set
must take theopen
value. And, vice versa, if the value ofopen_set
isopen
,open_percentage
must be more than zero. - If
open_percentage
is equal to zero, thenopen_set
must take theclose
value. And, vice versa, if the value ofopen_set
isclose
,open_percentage
must be equal to zero.
When changing the values of the open_left_state
, open_left_percentage
, open_right_state
, open_right_percentage
functions, those of the open_state
, open_percentage
functions must change respectively.
Function | Mandatory? | Description |
online | ✔︎ | Device availability: offline or online |
open_left_percentage | Device's left side opening, in percent | |
open_left_set | Device's left side opening | |
open_left_state | Device's left side opening status | |
open_percentage | ✔︎* | Device opening, in percent. For the device, the opening method must be described: |
open_rate | Device opening speed | |
open_right_percentage | Device's right side opening, in percent | |
open_right_set | Device's right side opening status | |
open_right_state | Device's right side opening | |
open_set | ✔︎* | Device opening. For the device, the opening method must be described: |
open_state |