diff --git a/fhem/FHEM/30_HUEBridge.pm b/fhem/FHEM/30_HUEBridge.pm
index 11b0a8113..4ba5a50d6 100644
--- a/fhem/FHEM/30_HUEBridge.pm
+++ b/fhem/FHEM/30_HUEBridge.pm
@@ -3061,14 +3061,14 @@ __END__
=item tag cloudfree
=item tag publicAPI
=item tag protocol:zigbee
-=item summary module for the phillips hue bridge
+=item summary module for the philips hue bridge
=item summary_DE Modul für die Philips HUE Bridge
=begin html
-
+
HUEBridge
- Module to access the bridge of the phillips hue lighting system.
+ Module to access the bridge of the philips hue lighting system.
The actual hue bulbs, living colors or living whites devices are defined as HUEDevice devices.
@@ -3084,7 +3084,7 @@ __END__
-
+
Define
define <name> HUEBridge [<host>] [<interval>]
@@ -3104,130 +3104,144 @@ __END__
-
+
Get
+
- lights
list the lights known to the bridge.
+
- groups
list the groups known to the bridge.
+
- scenes [detail]
list the scenes known to the bridge.
+
- schedules [detail]
list the schedules known to the bridge.
+
- startup
show startup behavior of all known lights
+
- rule <id>
list the rule with <id>.
+
- rules [detail]
list the rules known to the bridge.
+
- sensors [detail]
list the sensors known to the bridge.
+
- whitelist
list the whitlist of the bridge.
-
+
Set
- - autocreate [sensors]
+ - autocreate [sensors]
Create fhem devices for all light and group devices. sensors are autocreated only if sensors parameter is given.
- - autodetect
+ - autodetect
Initiate the detection of new ZigBee devices. After aproximately one minute any newly detected
devices can be listed with get <bridge> devices
and the corresponding fhem devices
can be created by set <bridge> autocreate
.
- - delete <name>|<id>
+ - delete <name>|<id>
Deletes the given device in the bridge and deletes the associated fhem device.
- - creategroup <name> <lights>
+ - creategroup <name> <lights>
Create a group out of <lights> in the bridge.
The lights are given as a comma sparated list of fhem device names or bridge light numbers.
- - deletegroup <name>|<id>
+ - deletegroup <name>|<id>
Deletes the given group in the bridge and deletes the associated fhem device.
- - savescene <name> <lights>
+ - savescene <name> <lights>
Create a scene from the current state of <lights> in the bridge.
The lights are given as a comma sparated list of fhem device names or bridge light numbers.
- - modifyscene <id> <light> <light-args>
+ - modifyscene <id> <light> <light-args>
Modifys the given scene in the bridge.
- - scene <id>|&lr;name>
+ - scene <id>|&lr;name>
Recalls the scene with the given id.
- - updateschedule <id> <attributes json>
+ - deletescene <id>|&lr;name>
+ Deletes the scene with the given id.
+ - updateschedule <id> <attributes json>
updates the given schedule in the bridge with <attributes json>
- - enableschedule <id>
+ - enableschedule <id>
enables the given schedule
- - disableschedule <id>
+ - disableschedule <id>
disables the given schedule
- - createrule <name> <conditions&actions json>
+ - createrule <name> <conditions&actions json>
Creates a new rule in the bridge.
- - deleterule <id>
+ - deleterule <id>
Deletes the given rule in the bridge.
- - createsensor <name> <type> <uniqueid> <swversion> <modelid>
+ - updaterule <id> <json>
+ Write specified rule's toplevel data.
+ - createsensor <name> <type> <uniqueid> <swversion> <modelid>
Creates a new CLIP (IP) sensor in the bridge.
- - deletesensor <id>
+ - deletesensor <id>
Deletes the given sensor in the bridge and deletes the associated fhem device.
- - configsensor <id> <json>
+ - configsensor <id> <json>
Write sensor config data.
- - setsensor <id> <json>
+ - setsensor <id> <json>
Write CLIP sensor status data.
- - updatesensor <id> <json>
+ - updatesensor <id> <json>
Write sensor toplevel data.
- - deletewhitelist <key>
+ - deletewhitelist <key>
Deletes the given key from the whitelist in the bridge.
- - touchlink
+ - touchlink
perform touchlink action
- - checkforupdate
+ - checkforupdate
perform checkforupdate action
- - statusRequest
+ - statusRequest
Update bridge status.
- - swupdate
+ - swupdate
Update bridge firmware. This command is only available if a new firmware is
available (indicated by updatestate with a value of 2. The version and release date is shown in the reading swupdate.
A notify of the form define HUEUpdate notify bridge:swupdate.* {...}
can be used to be informed about available firmware updates.
- - inactive
+ - inactive
inactivates the current device. note the slight difference to the
disable attribute: using set inactive the state is automatically saved
to the statefile on shutdown, there is no explicit save necesary.
this command is intended to be used by scripts to temporarily
deactivate the harmony device.
the concurrent setting of the disable attribute is not recommended.
- - active
+ - active
activates the current device (see inactive).
-
+
Attributes
- disable
- disabledForIntervals
+
- httpUtils
0 -> use HttpUtils_BlockingGet
1 -> use HttpUtils_NonblockingGet
not set -> use old module specific implementation
- - pollDevices
+ - pollDevices
1 -> the bridge will poll all lights in one go instead of each light polling itself independently
2 -> the bridge will poll all devices in one go instead of each device polling itself independently
default is 2. will be deleted if v2 api is detected and eventstream connects.
- - createEventTimestampReading
+ - createEventTimestampReading
timestamp reading for every event received
0 -> update reading without fhem event
- 1 -> update reading with fhem event
+ 1 -> update reading with fhem event
undef -> don't create reading
- - createGroupReadings
+ - createGroupReadings
create 'artificial' readings for group devices.
0 -> create readings only for group devices where createGroupReadings ist set to 1
1 -> create readings for all group devices where createGroupReadings ist not set or set to 1
undef -> do nothing
- - forceAutocreate
+ - forceAutocreate
try to create devices even if autocreate is disabled.
- - ignoreUnknown
+ - ignoreUnknown
don't try to create devices after data or events with unknown references are received.
- - queryAfterEvent
+ - queryAfterEvent
the bridge will request the real button state 1 sec after the final event in a quick series. default is 0.
- - queryAfterSet
+ - queryAfterSet
the bridge will request the real device state after a set command. default is 1.
- - noshutdown
+ - noshutdown
Some bridge devcies require a different type of connection handling. raspbee/deconz only works if the connection
- is not immediately closed, the phillips hue bridge now shows the same behavior. so this is now the default.
+ is not immediately closed, the philips hue bridge now shows the same behavior. so this is now the default.
@@ -3236,7 +3250,7 @@ __END__
=encoding utf8
=for :application/json;q=META.json 30_HUEBridge.pm
{
- "abstract": "module for the phillips hue bridge",
+ "abstract": "module for the philips hue bridge",
"x_lang": {
"de": {
"abstract": "Modul für die Philips HUE Bridge"