| INDEX | NAME | DIRECTION | DEFAULT | UNIT | INFO |
|---|---|---|---|---|---|
| 0 | I.CurrentState | INPUT | 0 | holdDown/movingDown/stop/movingUp/holdUp | Current state of the blind. enum[-2=holdDown,-1=movingDown,0=stop,1=movingUp,2=holdUp] |
| 1 | I.PositionLevel1 | INPUT | 0 | % | Current relative position of the blind with respect to the top part. 0.00% means completely up and 100.00% means completely down. float[0.00,100.00] |
| 2 | I.RotationLevel1 | INPUT | 0 | % | Current relative angle rotation of the blind with respect to the bottom part. 0.00% means rotated completely down and 100.00% means rotated completely up. float[0.00,100.00] |
| 3 | I.ElementInfo | INPUT | 0 | ok/manualOff/manualOn/locked/alarm | Information about the light element status inside myGEKKO OS. It shows the sumstate of the manual selection mode and alarms/locking state. enum[0=ok,1=manualOff,2=manualOn,3=locked,4=alarm] |
| 4 | I.RotationRange | INPUT | 0 | ° | Current maximum rotation range of the blind. For example, with 90, the positionLevel can rotate from 0.00% (0°) to 100.00% (90°). enum[90=ninety,180=hundredEighty] |
| 5 | O.RequestGlobalStatus | OUTPUT | 0 | UPDATE | |
| 6 | O.RequestDiscovery | OUTPUT | 0 | DISCOVERY | |
| 7 | O.SetCurrentState | OUTPUT | 0 | holdDown/down/stop/up/holdUp | Change the current state of the blind. enum[-2=holdDown,-1=down,0=stop,1=up,2=holdUp] |
| 8 | O.ToggleCurrentState | OUTPUT | 0 | toggle | Toggle the current state of the blind between down and up. enum[1=toggle] |
| 9 | O.SetPositionLevel | OUTPUT | 0 | % | Modify the current relative position of the blind with respect to the bottom part. float[0.00,100.00] |
| 10 | O.SetRotationLevel | OUTPUT | 0 | % | Modify the current relative angle rotation of the blind with respect to the bottom part. float[0.00,100.00] |