From 3b96db6fb370974ee8aae1d2bc534dd79b194756 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@20624 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/31_HUEDevice.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fhem/FHEM/31_HUEDevice.pm b/fhem/FHEM/31_HUEDevice.pm index 7b861f532..71ee359c5 100644 --- a/fhem/FHEM/31_HUEDevice.pm +++ b/fhem/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.