Announcement

Collapse
No announcement yet.

Concord 4 Keypad Display device wanted

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

    #16
    Originally posted by StepDeb View Post

    I'm new to Homeseer, How do I send the * to the panel? I have the virtual device created I know how to create events. Just not the actual script/command to send it.
    Here's the plugin call in a script your event can call:

    Sub Main(ByVal cmd as object)

    hs.PluginFunction("CONCORD","","SendKeypad", New Object(){cmd})

    End Sub



    Sub or Function: Main
    Parameters: CSV (no quotes) Supports: 0-9, A, B, C, D, *, #

    Comment

    Working...
    X