Announcement

Collapse
No announcement yet.

jvESS Script Updates

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    jvESS Script Updates

    This thread will contain only the must current updates to the jvESS script. Please put your questions/bugs in new threads. Thanks.

    Beta Version .08 of jvESS_Config.aspx
    - Fixed a problem when HS devices are created. Please delete and re-add you HS devices for jvESS.

    Beta Version .06 of jvESS_Functions.vben script

    The attached zip file contains an installer that should put the programs and images in the right files. Please let me know if you have any issues.

    Updated 9/24/08
    Attached Files
    Last edited by jasv; September 24, 2008, 10:55 AM.
    James

    Running HS 3 on Win10 .

    #2
    Here are some of the script commands available that for the jvESS Script

    Code:
    jvESS Public Functions
    
    jvESS_On(ESS_Zone):
    The following code turns on module 1: [COLOR="Blue"]hs.runex("jvESS_Functions.vben","jvESS_On","1")[/COLOR]
    
    jvESS_Off(ESS_Zone) 
    The following code turns off module 1:[COLOR="Blue"]hs.runex("jvESS_Functions.vben","jvESS_Off","1")[/COLOR]
    
    jvESS_VolUp(ESS_Zone) 
    The following code turns module 1 volume level 1 up by 1: 
              [COLOR="Blue"]hs.runex("jvESS_Functions.vben","jvESS_VolUp","1")[/COLOR]
    
    jvESS_VolUp(ESS_Zone)
    The following code turns module 1 volume level 1 Downby 1: 
                           [COLOR="Blue"]hs.runex("jvESS_Functions.vben","jvESS_VolDown","1")[/COLOR]
    
    jvESS_AmpA(ESS_Zone) 
    The following code sets module 1 to Amp A:[COLOR="Blue"] hs.runex("jvESS_Functions.vben","jvESS_AmpA","1")[/COLOR]
    
    jvESS_AmpB(ESS_Zone)
    The following code sets module 1 to Amp B: [COLOR="Blue"]hs.runex("jvESS_Functions.vben","jvESS_AmpB","1")[/COLOR]
    
    jvESS_VolSet("Module|VolumeLevel")
    The following code sets module 1 to volume level 6:[COLOR="Blue"] hs.runex("jvESS_Functions.vben", "1|6")[/COLOR]
    Last edited by jasv; September 24, 2008, 09:13 AM.
    James

    Running HS 3 on Win10 .

    Comment

    Working...
    X