From deea965cc6e1deb2fa56403b050cf2b5e8bd0c7d Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sun, 15 Nov 2020 11:28:30 +0100 Subject: [PATCH] [remoteopenhab] Deprecated tag "required" for configuration parameter (#9032) Signed-off-by: Laurent Garnier --- .../main/resources/OH-INF/thing/thing-types.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/bundles/org.openhab.binding.remoteopenhab/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.remoteopenhab/src/main/resources/OH-INF/thing/thing-types.xml index f237b14fb..762bba8de 100644 --- a/bundles/org.openhab.binding.remoteopenhab/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.remoteopenhab/src/main/resources/OH-INF/thing/thing-types.xml @@ -11,26 +11,23 @@ host - + network-address The host name or IP address of the remote openHAB server. - true Set it to true in case you want to use HTTPS to communicate with the remote openHAB server. Default is false. - false false true - + The HTTP port to use to communicate with the remote openHAB server. - true 8080 true @@ -39,15 +36,13 @@ Set it to true in case you want to use HTTPS even without a valid SSL certificate provided by your remote server. - false false true - + The subpath of the REST API on the remote openHAB server. - true /rest true @@ -56,7 +51,6 @@ password The token to use when the remote openHAB server is setup to require authorization to run its REST API. - false true @@ -73,17 +67,15 @@ thingUID - + The thing UID in the remote openHAB server. - true If set to true, a trigger channel will be automatically created and linked to each trigger channel from the remote thing. - false true true