Announcement

Collapse
No announcement yet.

Determine Away mode?

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

    Determine Away mode?

    Hi Blade,

    Just getting feet wet with speech. If I'm in Away mode, I would like instead to send messages automatically to an email address.

    So, I was thinking that this could be done by setting the Speech Proxy mode to Away. I could write a small script to be executed post-speech (which I'm assuming would still be fired, regardless of Speech Proxy mode). The script could determine whether I was in Away mode, and if so, retrieve the text and email it instead.

    However, I don't see a scripting method available to test for Speech Proxy mode. I see SetProxyModeNormal and SetProxyModeAway, but no GetProxyMode type function.

    Is such a function available, or is there another way to either test for Proxy mode or to do what I'm describing?

    Thanks!

    hjk
    ---

    #2
    That should be easy enough to do
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      Try 2.0.22 in the HS3 updater

      I have added the "GetProxyMode" scripting call.
      Cheers,
      Bob
      Web site | Help Desk | Feature Requests | Message Board

      Comment


        #4
        Originally posted by Blade View Post
        Try 2.0.22 in the HS3 updater

        I have added the "GetProxyMode" scripting call.
        Blade, this works perfectly. I just have a simple pre-processing script that checks GetProxyMode and emails the speech message instead of speaking it if we are in "Away" mode.

        You and Spud (with some Kinect modifications) are my heros!!

        Comment


          #5
          Glad it worked out for you.
          Cheers,
          Bob
          Web site | Help Desk | Feature Requests | Message Board

          Comment

          Working...
          X