Skip to content

Commit

Permalink
[lcn] Add dimmer profile parameter to be accessible via UI (openhab#1…
Browse files Browse the repository at this point in the history
…0305)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: John Marshall <john.marshall.au@gmail.com>
  • Loading branch information
fwolter authored and themillhousegroup committed May 10, 2021
1 parent d70c84b commit 77bec57
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,11 @@
<default>1000</default>
</parameter>
</config-description>

<config-description uri="profile:lcn:output">
<parameter name="ramp" type="decimal" required="false" min="0.25" max="486.0" unit="s">
<label>Ramp</label>
<description>Time in seconds until the output's value is reached.</description>
</parameter>
</config-description>
</config-description:config-descriptions>

0 comments on commit 77bec57

Please sign in to comment.