Skip to content

Commit

Permalink
Formatted config files
Browse files Browse the repository at this point in the history
Signed-off-by: Gerhard Riegler <[email protected]>
  • Loading branch information
gerrieg authored and tratho committed May 5, 2017
1 parent 578b6ed commit ef00f81
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<binding:binding id="homematic"
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">
<binding:binding id="homematic" 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">

<name>Homematic Binding</name>
<description>This is the binding for Homematic gateways</description>
<author>Gerhard Riegler</author>
<name>Homematic Binding</name>
<description>This is the binding for Homematic gateways</description>
<author>Gerhard Riegler</author>

</binding:binding>
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<config-description:config-descriptions
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:config-description="http://eclipse.org/smarthome/schemas/config-description/v1.0.0"
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/config-description/v1.0.0
<config-description:config-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:config-description="http://eclipse.org/smarthome/schemas/config-description/v1.0.0"
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/config-description/v1.0.0
http://eclipse.org/smarthome/schemas/config-description-1.0.0.xsd">

<config-description uri="channel-type:homematic:config">
<parameter name="delay" type="decimal" min="0.0" max="86400.0">
<label>Delay</label>
<description>Delays transmission of a command to the Homematic gateway (in seconds)</description>
<default>0.0</default>
</parameter>
</config-description>
<config-description uri="channel-type:homematic:config">
<parameter name="delay" type="decimal" min="0.0" max="86400.0">
<label>Delay</label>
<description>Delays transmission of a command to the Homematic gateway (in seconds)</description>
<default>0.0</default>
</parameter>
</config-description>
</config-description:config-descriptions>
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
<advanced>true</advanced>
<default>8701</default>
</parameter>
<parameter name="groupPort" type="integer">
<label>Group port</label>
<description>The port number of the Group daemon</description>
<advanced>true</advanced>
<default>9292</default>
</parameter>
<parameter name="groupPort" type="integer">
<label>Group port</label>
<description>The port number of the Group daemon</description>
<advanced>true</advanced>
<default>9292</default>
</parameter>

</config-description>
</bridge-type>
Expand Down

0 comments on commit ef00f81

Please sign in to comment.