diff --git a/fhem/FHEM/30_HUEBridge.pm b/fhem/FHEM/30_HUEBridge.pm
index 6eaa40a1e..312efb65b 100644
--- a/fhem/FHEM/30_HUEBridge.pm
+++ b/fhem/FHEM/30_HUEBridge.pm
@@ -1924,6 +1924,10 @@ HUEBridge_Attr($$$)
- disable
- disabledForIntervals
+ - httpUtils
+ 0 -> use HttpUtils_BlockingGet
+ 1 -> use HttpUtils_NonblockingGet
+ not set -> use old module specific implementation
- pollDevices
1 -> the bridge will poll all lights in one go instead of each device polling itself independently
2 -> the bridge will poll all devices in one go instead of each device polling itself independently