Announcement

Collapse
No announcement yet.

Scripting Question

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

    Scripting Question

    I know how to find the current value of a device, but would like to find all the possible values.

    I'm butchering together a script that will take an input of say 'TV off' and send a numeric string, like '53' to the plugin via

    Dim bSuccess as Boolean = hs.PluginFunction("UltraGCIR3", "", "SendIRById", New Object() {controlId})

    Is this possible?
    Don

    #2
    Bump
    Don

    Comment


      #3
      I am sorry for the delay in responding. You can get the values by looking at the Status Graphics Pairs to get the values.

      Regards,
      Ultrajones
      Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

      Comment

      Working...
      X