Announcement

Collapse
No announcement yet.

Cursor volume in HS touch

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

  • ingalls
    replied
    thanks,I will try that

    Leave a comment:


  • Robin_f
    replied
    slider

    this one is based on a slider in hst :

    Just make a virtual device that contains the slider value ( V15 in the example )

    Now the MasterVolume command can be ( if i remember right )
    MV00..90 ( so between MV34 or MV77) so limit your slider to the max value of 90

    now make a action in hst ( HomeSeer: Run a HomeSeer script with values from elements(s) )

    and put this line at the script

    &hs.Plugin("BLDenon").SendRawCommand("MV" & hs.DeviceValue("V15")&"")

    That should be it and triggers your mastervolume based on the value of device v15

    Leave a comment:


  • ingalls
    started a topic Cursor volume in HS touch

    Cursor volume in HS touch

    Hello,

    is it possible to have a cursor volume in homeseer gui designer?

    THX!
Working...
X