Announcement

Collapse
No announcement yet.

Scripting Problem

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

    Scripting Problem


    #2
    Code:
    hs.PluginFunction("BLML2HS", "", "MLServeCmd", new Object(){"SetVariable|hs2_amplifier_status~off"})
    Cheers
    al
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment


      #3
      Thanks Al,

      I copied your script and now I am gettign this error:

      Running script(2) &hs.PluginFunction("BLML2HS", "", "MLServeCmd", new Object(){"SetVariable|hs2_amplifier_status~off"}), init error: Expected end of statement

      Comment


        #4
        Can you try this:

        Code:
        &nhs.PluginFunction("BLML2HS", "", "MLServeCmd", new Object(){"SetVariable|hs2_amplifier_status~off"})
        Cheers,
        Bob
        Web site | Help Desk | Feature Requests | Message Board

        Comment


          #5
          That worked, thank you.

          Comment

          Working...
          X