Fixed config description (#1873)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2020-12-01 08:39:52 +01:00 committed by GitHub
parent 818a7c82fa
commit cd0654806b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -5,13 +5,13 @@
xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd">
<config-description uri="profile:system:hysteresis">
<parameter name="lower" type="decimal" required="true">
<parameter name="lower" type="text" required="true">
<label>Lower Bound</label>
<description>Maps to OFF if value is below lower bound.</description>
<description>Maps to OFF if value is below lower bound (plain number or number with unit).</description>
</parameter>
<parameter name="upper" type="decimal">
<parameter name="upper" type="text">
<label>Upper Bound</label>
<description>Maps to ON if value is above upper bound.</description>
<description>Maps to ON if value is above upper bound (plain number or number with unit).</description>
</parameter>
<parameter name="inverted" type="boolean">
<label>Inverted</label>

View File

@ -5,9 +5,9 @@ profile.config.system.offset.offset.label = Versatz
profile.config.system.offset.offset.description = Versatz (Numerischer Wert oder numerischer Wert mit Einheit), welcher auf den Wert addiert wird. Ein negativer Versatz wird vom Wert abgezogen.
profile-type.system.hysteresis.label = Hysterese
profile.config.system.hysteresis.lower.label = Untere Grenze
profile.config.system.hysteresis.lower.description = Bildet bei Unterschreitung des unteren Grenzwertes OFF auf ein Switch Item ab.
profile.config.system.hysteresis.lower.description = Bildet bei Unterschreitung des unteren Grenzwertes OFF auf ein Switch Item ab (Numerischer Wert oder numerischer Wert mit Einheit).
profile.config.system.hysteresis.upper.label = Obere Grenze
profile.config.system.hysteresis.upper.description = Bildet bei Überschreitung des oberen Grenzwertes ON auf ein Switch Item ab.
profile.config.system.hysteresis.upper.description = Bildet bei Überschreitung des oberen Grenzwertes ON auf ein Switch Item ab (Numerischer Wert oder numerischer Wert mit Einheit).
profile.config.system.hysteresis.inverted.label = Invertiert
profile.config.system.hysteresis.inverted.description = Invertiert die resultierende Zuordnung von ON / OFF, falls true.
profile-type.system.timestamp-change.label = Zeitstempel bei Änderung