From f2c013767dc71ace0fec5dcdb9d09acc5ed0fc81 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Thu, 11 Jun 2020 03:09:23 +0200 Subject: [PATCH] [hue] Fix description of setting sensorPollingInterval (#7893) Signed-off-by: Laurent Garnier --- 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 46367d8a97e99..b5898f62796e7 100644 --- a/bundles/org.openhab.binding.hue/README.md +++ b/bundles/org.openhab.binding.hue/README.md @@ -107,7 +107,7 @@ Bridge hue:bridge:1 [ ipAddress="192.168.0.64", userName="qwertzuiopasdfghjklyxc | port | Port of the Hue bridge. Optional, default value is 80 or 443, derived from protocol, otherwise user-defined. | | userName | Name of a registered Hue bridge user, that allows to access the API. **Mandatory** | | pollingInterval | Seconds between fetching light values from the Hue bridge. Optional, the default value is 10 (min="1", step="1"). | -| sensorPollingInterval | Milliseconds between fetching sensor-values from the Hue bridge. A higher value means more delay for the sensor values, but a too low value can cause congestion on the bridge. Optional, the default value is 500 (min="50", step="1"). | +| sensorPollingInterval | Milliseconds between fetching sensor-values from the Hue bridge. A higher value means more delay for the sensor values, but a too low value can cause congestion on the bridge. Optional, the default value is 500. Default value will be considered if the value is lower than 50. Use 0 to disable the polling for sensors. | ### Devices