Announcement

Collapse
No announcement yet.

Can I make an event that will send a WoL using Jon00Network?

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

    Can I make an event that will send a WoL using Jon00Network?

    I'd like to setup 2 voice commands -

    Turn on my computer (sends a WoL) - I can do this now from the Status page
    Turn off my computer (send shutdown command from Jon00's Network and Remote Monitoring script)

    How can I accomplish this? I do not see any actions for Jon00Network, and setting the device to ON doesn't work.

    #2
    From your voice event, your action will be to run a script and use the script statement box. Then follow the examples in the command index docs (but exclude the brackets)

    e.g. for Wol:

    &hs.Runex "Jon00RCCNM.vben","main","1||wol"

    and shutdown:

    &hs.Runex "Jon00RCCNM.vben","main","1||shutdown"

    Change the 1 for the respective client number.
    Jon

    Comment


      #3
      Thanks.

      I see the exact command on the last page of the manual.

      I do seem to be having an issue with the KILL and STOP commands.

      Getting type mismatch on the client's RCC Error log.

      config is
      [VDButton19]
      Buttontext=Kill Speaker
      Command=kill||speaker

      I'll keep digging.

      Comment

      Working...
      X