Skip to content

Commit

Permalink
[hue] fix TemperatureSensorTemperature example item (openhab#7892)
Browse files Browse the repository at this point in the history
TemperatureSensorTemperature hue channel definition missing :1 after hue:0302 in the full example.  The item therefore didn't report the temperature and even after fixing it still did not work until I renamed the item.
  • Loading branch information
jonwsmith authored and andrewfg committed Aug 31, 2020
1 parent 38ceeeb commit 405ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.hue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Number MotionSensorBatteryLevel { channel="hue:0107:1:motion-sensor:battery_le
Switch MotionSensorLowBattery { channel="hue:0107:1:motion-sensor:battery_low" }
// Temperature Sensor
Number:Temperature TemperatureSensorTemperature { channel="hue:0302:temperature-sensor:temperature" }
Number:Temperature TemperatureSensorTemperature { channel="hue:0302:1:temperature-sensor:temperature" }
```

Note: The bridge ID is in this example **1** but can be different in each system.
Expand Down

0 comments on commit 405ccdc

Please sign in to comment.