From 4586f18863f3c95851cf69a31d9e20614b1f03de Mon Sep 17 00:00:00 2001 From: James Melville Date: Thu, 17 Dec 2020 16:36:41 +0000 Subject: [PATCH] [mqtt] Correct Typo (availabe) and propose clearer naming (#9403) Signed-off-by: James Melville --- .../src/main/resources/OH-INF/thing/generic-thing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/thing/generic-thing.xml b/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/thing/generic-thing.xml index fc393ae5638..edba180129a 100644 --- a/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/thing/generic-thing.xml +++ b/bundles/org.openhab.binding.mqtt.generic/src/main/resources/OH-INF/thing/generic-thing.xml @@ -21,12 +21,12 @@ true - + Payload of the 'Availability Topic', when the device is available. Default: 'ON' true - + Payload of the 'Availability Topic', when the device is *not* available. Default: 'OFF' true