]> git.basschouten.com Git - openhab-addons.git/blob
79fea2939535bdfc8159826ee403151fbfcea7bf
[openhab-addons.git] /
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">
6
7         <config-description uri="profile:rollershutter:position">
8                 <parameter name="uptime" type="decimal" required="true">
9                         <label>Up Time</label>
10                         <description>Time it takes for roller shutter to fully open (in seconds).</description>
11                         <required>true</required>
12                 </parameter>
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>
17                 </parameter>
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
22                                 consequently
23                                 it is not possible for fine control of movement. (default = 5)</description>
24                         <default>5</default>
25                 </parameter>
26         </config-description>
27 </config-description:config-descriptions>