1 <?xml version="1.0" encoding="UTF-8"?>
2 <config-description:config-descriptions
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
5 xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd">
7 <config-description uri="profile:rollershutter:position">
8 <parameter name="uptime" type="decimal" required="true">
10 <description>Time it takes for roller shutter to fully open (in seconds).</description>
11 <required>true</required>
13 <parameter name="downtime" type="decimal">
14 <label>Down Time</label>
15 <description>Time it takes for roller shutter to extend the full length (in seconds). Defaults to Up Time if not
16 specified.</description>
18 <parameter name="precision" type="integer">
19 <label>Precision</label>
20 <description>Minimum movement (in percent) that can be requested. If the requested change is less than this amount,
21 no action will be taken. This may be required for systems where there is a lag in the stop command and
23 it is not possible for fine control of movement. (default = 5)</description>
27 </config-description:config-descriptions>