2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

30_HUEBridge.pm: docu fix

git-svn-id: https://svn.fhem.de/fhem/trunk@16186 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2018-02-15 17:34:08 +00:00
parent 0e8d394332
commit 1f95f63942

View File

@ -1924,6 +1924,10 @@ HUEBridge_Attr($$$)
<ul>
<li><a href="#disable">disable</a></li>
<li><a href="#disabledForIntervals">disabledForIntervals</a></li>
<li>httpUtils<br>
0 -> use HttpUtils_BlockingGet<br>
1 -> use HttpUtils_NonblockingGet<br>
not set -> use old module specific implementation</li>
<li>pollDevices<br>
1 -> the bridge will poll all lights in one go instead of each device polling itself independently<br>
2 -> the bridge will poll all devices in one go instead of each device polling itself independently<br>