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.