Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Spotless fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Skinner <[email protected]>
  • Loading branch information
Skinah committed Oct 1, 2020
1 parent aeb8783 commit 4a40e33
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 64 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/ESH-INF/thing/thing-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<default>10</default>
</parameter>
<parameter name="saturationThreshold" type="integer" required="true" min="0" max="99">
<label>Saturation Threshold</label>
<description>This feature allows you to specify a number that if the saturation drops below, will trigger white.
</description>
<default>0</default>
</parameter>
<label>Saturation Threshold</label>
<description>This feature allows you to specify a number that if the saturation drops below, will trigger white.
</description>
<default>0</default>
</parameter>
</config-description>
</thing-type>

Expand Down
10 changes: 5 additions & 5 deletions target/classes/ESH-INF/thing/thing-types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<default>10</default>
</parameter>
<parameter name="saturationThreshold" type="integer" required="true" min="0" max="99">
<label>Saturation Threshold</label>
<description>This feature allows you to specify a number that if the saturation drops below, will trigger white.
</description>
<default>0</default>
</parameter>
<label>Saturation Threshold</label>
<description>This feature allows you to specify a number that if the saturation drops below, will trigger white.
</description>
<default>0</default>
</parameter>
</config-description>
</thing-type>

Expand Down
37 changes: 3 additions & 34 deletions target/classes/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Automatic-Module-Name: org.openhab.binding.wled
Bnd-LastModified: 1601535602378
Bnd-LastModified: 1601535840419
Bundle-Description: This project contains the official add-ons of open
HAB
Bundle-Developers: openhab;email="[email protected]";name=openHAB;organ
Expand All @@ -20,39 +20,8 @@ Bundle-SCM: url="https://github.com/openhab/openhab-addons/org.openhab
tor.bundles/org.openhab.binding.wled",tag=HEAD
Bundle-SymbolicName: org.openhab.binding.wled
Bundle-Vendor: openHAB.org
Bundle-Version: 2.5.9.202010010700
Bundle-Version: 2.5.9.202010010704
Created-By: 1.8.0_231 (Oracle Corporation)
Import-Package: org.openhab.core.automation.annotation;resolution:=opt
ional,org.eclipse.smarthome.config.discovery,org.eclipse.smarthome.co
nfig.discovery.mdns,org.eclipse.smarthome.core.library.types,org.ecli
pse.smarthome.core.thing,org.eclipse.smarthome.core.thing.binding,org
.eclipse.smarthome.core.thing.i18n,org.eclipse.smarthome.core.thing.t
ype,org.eclipse.smarthome.core.types,org.eclipse.smarthome.io.net.htt
p,javax.jmdns;version="[3.5,4)",org.eclipse.jetty.client;version="[9.
3,10)",org.eclipse.jetty.client.api;version="[9.3,10)",org.eclipse.je
tty.http;version="[9.3,10)",org.slf4j;version="[1.7,2)"
Private-Package: ESH-INF.binding,ESH-INF.thing,org.openhab.binding.wle
d.internal
Provide-Capability: osgi.service;objectClass:List<String>="org.eclipse
.smarthome.config.discovery.mdns.MDNSDiscoveryParticipant";uses:="org
.eclipse.smarthome.config.discovery.mdns",osgi.service;objectClass:Li
st<String>="org.eclipse.smarthome.core.thing.binding.ThingHandlerFact
ory";uses:="org.eclipse.smarthome.core.thing.binding",osgi.service;ob
jectClass:List<String>="org.eclipse.smarthome.core.thing.type.Dynamic
StateDescriptionProvider,org.openhab.binding.wled.internal.WledDynami
cStateDescriptionProvider";uses:="org.eclipse.smarthome.core.thing.ty
pe,org.openhab.binding.wled.internal"
Require-Capability: osgi.service;filter:="(objectClass=org.eclipse.sma
rthome.core.thing.i18n.ChannelTypeI18nLocalizationService)";effective
:=active,osgi.service;filter:="(objectClass=org.eclipse.smarthome.io.
net.http.HttpClientFactory)";effective:=active,osgi.service;filter:="
(objectClass=org.openhab.binding.wled.internal.WledDynamicStateDescri
ptionProvider)";effective:=active,osgi.extender;filter:="(&(osgi.exte
nder=osgi.component)(version>=1.4.0)(!(version>=2.0.0)))",osgi.ee;fil
ter:="(&(osgi.ee=JavaSE)(version=1.8))"
Service-Component: OSGI-INF/org.openhab.binding.wled.internal.WLedDisc
overyService.xml,OSGI-INF/org.openhab.binding.wled.internal.WLedHandl
erFactory.xml,OSGI-INF/org.openhab.binding.wled.internal.WledDynamicS
tateDescriptionProvider.xml
Private-Package: ESH-INF.binding,ESH-INF.thing
Tool: Bnd-4.3.0.201909301554

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions target/maven-archiver/pom.properties

This file was deleted.

0 comments on commit 4a40e33

Please sign in to comment.