From 161a45d76d43eeefd292732e2e748e6b3304f52d Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Sat, 30 Nov 2019 08:27:37 +0000 Subject: [PATCH] 31_HUEDevice.pm: added docu for habridgeupdate git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20624 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/31_HUEDevice.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FHEM/31_HUEDevice.pm b/FHEM/31_HUEDevice.pm index 7b861f532..71ee359c5 100644 --- a/FHEM/31_HUEDevice.pm +++ b/FHEM/31_HUEDevice.pm @@ -1907,6 +1907,10 @@ HUEDevice_Attr($$$;$) Renames the device in the bridge and changes the fhem alias.
  • json [setsensor|configsensor] <json>
    send <json> to the state or config endpoints for this device.
  • +
  • habridgeupdate [ : < on | off > ] [ : < bri | pct > < value > ]
    + This command is only for usage of HA-Bridges that are emulating an Hue Hub.
    + It updates your HA-Bridge internal light state of the devices without changing the devices itself. +
    bri and pct have to be used in the same way as changing the brightness or dimvalue of the device.

  • set extensions are supported.