mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 19:55:48 +01:00
Fixed config description (#1873)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
818a7c82fa
commit
cd0654806b
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user