From 8904f92e7b0f17ca1e61b863c6b28e64532e1c7f Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:34:13 +1000 Subject: [PATCH] Fix MQTT shutdownRetain default value (#14099) Signed-off-by: Jimmy Tanagra --- .../src/main/resources/OH-INF/thing/thing-types.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/thing/thing-types.xml index d818ac8b8..4f0bb5605 100644 --- a/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/thing/thing-types.xml @@ -157,7 +157,7 @@ True if the shutdown message should be retained (defaults to true) - false + true true