mirror of https://github.com/arendst/Tasmota.git
ShutterMotorDelay
parent
91d0851693
commit
39c7465b39
|
@ -38,7 +38,7 @@ ShutterCalibration\<x><a id="ShutterCalibration"></a>|Granular shutter position
|
||||||
ShutterCloseDuration\<x><a id="ShutterCloseDuration"></a>| `1..255` *(default = `10`)*<BR>Define the time, in seconds, it takes to fully close the shutter. A fraction of a second can be specified (e.g. `45.7`).
|
ShutterCloseDuration\<x><a id="ShutterCloseDuration"></a>| `1..255` *(default = `10`)*<BR>Define the time, in seconds, it takes to fully close the shutter. A fraction of a second can be specified (e.g. `45.7`).
|
||||||
ShutterClose\<x><a id="ShutterClose"></a>|Engage the relay to close the shutter. This action can be requested at any time.
|
ShutterClose\<x><a id="ShutterClose"></a>|Engage the relay to close the shutter. This action can be requested at any time.
|
||||||
ShutterInvert\<x><a id="ShutterInvert"></a>|`0` = use default shutter positioning<BR>`1` = invert shutter positioning
|
ShutterInvert\<x><a id="ShutterInvert"></a>|`0` = use default shutter positioning<BR>`1` = invert shutter positioning
|
||||||
ShutterMotorDelay\<x><a id="ShutterMotorDelay"></a>|`0.00 .. 12.75` sec *(default = `0`)*<BR>Define the time, in seconds, that it takes the motor to start moving once power is turned on.
|
ShutterMotorDelay\<x><a id="ShutterMotorDelay"></a>|`0.00 .. 12.75` *(default = `0`)*<BR>Define the time, in seconds, that it takes the motor to start moving once power is turned on.
|
||||||
ShutterOpenDuration\<x><a id="ShutterOpenDuration"></a>|`1..255` *(default = `10`)*<BR>time, in seconds, to fully open the shutter. Fraction of a second can be specified (e.g. `45.7`).
|
ShutterOpenDuration\<x><a id="ShutterOpenDuration"></a>|`1..255` *(default = `10`)*<BR>time, in seconds, to fully open the shutter. Fraction of a second can be specified (e.g. `45.7`).
|
||||||
ShutterOpen\<x><a id="ShutterOpen"></a>|Engage the relay to open the shutter. This action can be requested at any time.
|
ShutterOpen\<x><a id="ShutterOpen"></a>|Engage the relay to open the shutter. This action can be requested at any time.
|
||||||
ShutterPosition\<x><a id="ShutterPosition"></a>|`0..100`<BR>`0` = Closed, `100` = Open<BR>If the shutter is inverted (e.g., if used with KNX), `100` = Closed, `0` = Open<BR>A shutter position change can be requested at any time. The shutter will stop and revert or update to the requested position. The shutter's actual position will be saved _**after**_ the movement is completed. In this case, the position will be restored during reboot. An interruption during shutter movement (e.g., a device restart) will lose the current position.
|
ShutterPosition\<x><a id="ShutterPosition"></a>|`0..100`<BR>`0` = Closed, `100` = Open<BR>If the shutter is inverted (e.g., if used with KNX), `100` = Closed, `0` = Open<BR>A shutter position change can be requested at any time. The shutter will stop and revert or update to the requested position. The shutter's actual position will be saved _**after**_ the movement is completed. In this case, the position will be restored during reboot. An interruption during shutter movement (e.g., a device restart) will lose the current position.
|
||||||
|
|
Loading…
Reference in New Issue