Announcement

Collapse
No announcement yet.

Ramping up brightness

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ramping up brightness

    Again I would just like to thank you for making this amazing plugin.

    I am currently controlling my lights using Lutron Pico remotes and they are working perfectly together. On the remote there are a total of five buttons and two of the buttons are marked as lower and raise. I was wondering if there was a way that when the event of "raise button press" is activated the lights ramping up in brightness from whatever level the lights are on and then when the event of "raise button release" the ramping stops at whatever level it reached and vice versa for "lower button".

    Thank you in advance.

    #2
    HS14,

    You would need the help of a script there I think. With en event that triggers when a button is "raised" you can use a script to call increaselights:

    From the documentation:

    IncreaseLightsSyntax:
    Code:
    Dim test As Boolean = hs.PluginFunction("JowiHue", "", "IncreaseLights", {True, "All Lights", True, False, False})
    *edit* The same goes with decreaselights of course
    -- Wim

    Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

    1210 devices/features ---- 392 events ----- 40 scripts

    Comment

    Working...
    X