Announcement

Collapse
No announcement yet.

problem with client speaking from homeseer script

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

    problem with client speaking from homeseer script

    Hello All,

    Using this basic script that Christian posted I am having trouble on the client side.

    Sub Main()
    Dim rep
    ' rep = Return value
    rep = hs.plugin("message server").messagetoclient ("Good morning. it is now" & time)
    hs.writelog "debug", rep
    End Sub


    When I look at the MS client log I see the phrase

    6:55:15 PM - Good morning. it is now6:55:18 PM

    that is suppose to be spoken but never hear anything on the speakers..

    #2
    You need to configure it in MS_Client
    (F5) for the settings click the Plug-In tab select the agent or SAPI plug-in.
    Click the “configure” button now base on the script you are trying select the message type = none

    Regards,
    Christian

    Comment


      #3
      Thanks Christian , That did the trick.<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Christian:
      You need to configure it in MS_Client
      (F5) for the settings click the Plug-In tab select the agent or SAPI plug-in.
      Click the “configure” button now base on the script you are trying select the message type = none

      Regards,
      Christian <HR></BLOCKQUOTE>

      Comment

      Working...
      X