From cd0654806b8afa47e59bc8eb979eeafc6bd81077 Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Tue, 1 Dec 2020 08:39:52 +0100 Subject: [PATCH] Fixed config description (#1873) Signed-off-by: Christoph Weitkamp --- .../src/main/resources/OH-INF/config/hyteresisProfile.xml | 8 ++++---- .../resources/OH-INF/i18n/SystemProfiles_de.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/config/hyteresisProfile.xml b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/config/hyteresisProfile.xml index 07ccaeac7..117468045 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/config/hyteresisProfile.xml +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/config/hyteresisProfile.xml @@ -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"> - + - Maps to OFF if value is below lower bound. + Maps to OFF if value is below lower bound (plain number or number with unit). - + - Maps to ON if value is above upper bound. + Maps to ON if value is above upper bound (plain number or number with unit). diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/SystemProfiles_de.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/SystemProfiles_de.properties index 11996c872..e4b991f0f 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/SystemProfiles_de.properties +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/SystemProfiles_de.properties @@ -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