Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebula83 committed Dec 9, 2018
1 parent b7d6789 commit c887267
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
</state>
</channel-type>
<channel-type id="setpoint">
<item-type>Number</item-type>
<label>Set Point</label>
<description>Gets or sets the set point of this zone (0 cancels the override).</description>
<category>heating</category>
<state min="0.0" max="35.0" step="0.5" pattern="%.1f °C" />
</channel-type>
<item-type>Number</item-type>
<label>Set Point</label>
<description>Gets or sets the set point of this zone (0 cancels the override).</description>
<category>heating</category>
<state min="0.0" max="35.0" step="0.5" pattern="%.1f °C" />
</channel-type>
<channel-type id="setpointstatus">
<item-type>String</item-type>
<label>Set Point Status</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<channels>
<channel id="Temperature" typeId="temperature" />
<channel id="SetPointStatus" typeId="setpointstatus" />
<channel id="SetPoint" typeId="setpoint" />
<channel id="SetPoint" typeId="setpoint" />
</channels>
<config-description>
<parameter name="id" type="text" required="true" readOnly="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .
Export-Package:
org.openhab.binding; x-internal:=true,
org.openhab.binding.evohome,
org.openhab.binding.evohome.handler
Import-Package:
Expand Down

0 comments on commit c887267

Please sign in to comment.