4 files changed, 12 insertions(+), 14 deletions(-)

M pom.xml
M src/main/history/dependencies.xml
M src/main/resources/OH-INF/binding/binding.xml => src/main/resources/OH-INF/addon/addon.xml
M src/main/resources/OH-INF/thing/hub.xml
M pom.xml +2 -2
@@ 7,11 7,11 @@ 
   <parent>
     <groupId>org.openhab.addons.bundles</groupId>
     <artifactId>org.openhab.addons.reactor.bundles</artifactId>
-    <version>3.1.0</version>
+    <version>4.0.1</version>
     <relativePath>../openhab-addons/bundles</relativePath>
   </parent>
 
-  <version>3.1.0</version>
+  <version>4.0.1</version>
 
   <artifactId>org.openhab.binding.lutronmqtt</artifactId>
   <name>openHAB Add-ons :: Bundles :: Lutron-MQTT Binding</name>

          
M src/main/history/dependencies.xml +2 -2
@@ 1,10 1,10 @@ 
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.lutronmqtt-3.1.0">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.lutronmqtt-4.0.1">
     <feature version="0.0.0">
         <feature>openhab-runtime-base</feature>
         <feature>openhab-transport-mqtt</feature>
         <feature>wrap</feature>
-        <bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.lutronmqtt/3.1.0</bundle>
+        <bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.lutronmqtt/4.0.1</bundle>
         <bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.2.1</bundle>
     </feature>
 </features>

          
M src/main/resources/OH-INF/binding/binding.xml => src/main/resources/OH-INF/addon/addon.xml +6 -7
@@ 1,10 1,9 @@ 
 <?xml version="1.0" encoding="UTF-8"?>
-<binding:binding id="lutronmqtt" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xmlns:binding="http://eclipse.org/smarthome/schemas/binding/v1.0.0"
-	xsi:schemaLocation="http://eclipse.org/smarthome/schemas/binding/v1.0.0 http://eclipse.org/smarthome/schemas/binding-1.0.0.xsd">
-
+<addon:addon id="jsscriptingnashorn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xmlns:addon="https://openhab.org/schemas/addon/v1.0.0"
+	xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
+	<type>binding</type>
 	<name>LutronMQTT Binding</name>
 	<description>This is the binding for LutronMQTT.</description>
-	<author>William Welliver</author>
-
-</binding:binding>
+	<connection>local</connection>
+</addon:addon>

          
M src/main/resources/OH-INF/thing/hub.xml +2 -3
@@ 1,9 1,8 @@ 
 <?xml version="1.0" encoding="UTF-8"?>
 <thing:thing-descriptions bindingId="lutronmqtt"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"
-	xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 http://eclipse.org/smarthome/schemas/thing-description-1.0.0.xsd">
-
+	xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
+	xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
 	<!-- Wink Hub -->
 	<bridge-type id="hub">
 		<label>Lutron-MQTT Gateway</label>