From 29ed304ffd05b84b64e3ef590d3e44c8e412af6c Mon Sep 17 00:00:00 2001 From: jonwsmith Date: Wed, 10 Jun 2020 23:58:13 +0100 Subject: [PATCH] [hue] fix TemperatureSensorTemperature example item (#7892) 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. --- bundles/org.openhab.binding.hue/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.hue/README.md b/bundles/org.openhab.binding.hue/README.md index f1f04fc594d99..46367d8a97e99 100644 --- a/bundles/org.openhab.binding.hue/README.md +++ b/bundles/org.openhab.binding.hue/README.md @@ -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.