Skip to content

Commit

Permalink
Harryzz patch 3 (openhab#1387)
Browse files Browse the repository at this point in the history
* Update temperaturehumidity.xml

Signed-off-by: Zahari Zahariev <[email protected]>
  • Loading branch information
harryzz authored and kaikreuzer committed Nov 7, 2016
1 parent 4090faf commit 7cedb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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">

<thing-type id="temperaturehumidity">
<thing-type id="temperature_humidity">
<supported-bridge-type-refs>
<bridge-type-ref id="bridge" />
<bridge-type-ref id="tcpbridge" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class RFXComBindingConstants {
public final static ThingTypeUID THING_TYPE_TEMPERATURE = new ThingTypeUID(BINDING_ID, "temperature");
public final static ThingTypeUID THING_TYPE_HUMIDITY = new ThingTypeUID(BINDING_ID, "humidity");
public final static ThingTypeUID THING_TYPE_TEMPERATURE_HUMIDITY = new ThingTypeUID(BINDING_ID,
"temperaturehumidity");
"temperature_humidity");
public final static ThingTypeUID THING_TYPE_BAROMETRIC = new ThingTypeUID(BINDING_ID, "barometric");
public final static ThingTypeUID THING_TYPE_TEMPERATURE_HUMIDITY_BAROMETRIC = new ThingTypeUID(BINDING_ID,
"temperaturehumiditybarometric");
Expand Down

0 comments on commit 7cedb9c

Please sign in to comment.