TRIGGERcmd
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Announcements
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • Russ

      Voice Reply field now allows placeholders for trigger, computer, and params.
      • Russ

      1
      0
      Votes
      1
      Posts
      512
      Views

      No one has replied

    • Russ

      TRIGGERcmd has an Alexa Skill
      • Russ

      1
      0
      Votes
      1
      Posts
      2907
      Views

      No one has replied

    • Russ

      This topic is deleted!
      • Russ

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • Russ

      Now you can use IFTTT with TRIGGERcmd!
      • Russ

      1
      0
      Votes
      1
      Posts
      1693
      Views

      No one has replied

    • Russ

      TRIGGERcmd was reviewed on myitforum.com
      • Russ

      1
      0
      Votes
      1
      Posts
      1098
      Views

      No one has replied

    • Russ

      This topic is deleted!
      • Russ

      1
      0
      Votes
      1
      Posts
      48
      Views

      No one has replied

    • Russ

      New Alexa skill called TRIGGER command
      • Russ

      1
      0
      Votes
      1
      Posts
      1457
      Views

      No one has replied

    • Russ

      This topic is deleted!
      • Russ

      1
      0
      Votes
      1
      Posts
      106
      Views

      No one has replied

    • Russ

      Parameters are now supported via IFTTT, Tasker, and curl API's
      • Russ

      1
      0
      Votes
      1
      Posts
      2431
      Views

      No one has replied

    • Russ

      New API for Stringify - with parameter support of course
      • Russ

      1
      0
      Votes
      1
      Posts
      1422
      Views

      No one has replied

    • Russ

      Nate Hales (Bubba) made this awesome video that does SmartThings -> TRIGGERcmd -> X10
      • Russ

      5
      0
      Votes
      5
      Posts
      2091
      Views

      Russ

      Nate, good question, and I like how you asked 🙂

      I think the easiest way to install curl is with this page:
      http://www.confusedbycode.com/curl/#downloads

      I downloaded curl-7.46.0-win64-local.msi from that page and installed it. That's all you should need because it will put curl.exe in a folder and add that folder to your PATH environment variable - so the TRIGGERcmd will be able to find it.

      To test it outside of TRIGGERcmd, just open a cmd prompt and type:

      curl www.google.com
    • Russ

      Now you can use Zapier to trigger your commands!
      • Russ

      5
      0
      Votes
      5
      Posts
      4021
      Views

      Russ

      Thank you @Christian-Robinson.

    • Russ

      Now you can pass parameters to your Alexa commands
      • Russ

      1
      0
      Votes
      1
      Posts
      1344
      Views

      No one has replied

    • Russ

      TRIGGERcmd Cortana skill is now live!
      • Russ

      1
      0
      Votes
      1
      Posts
      892
      Views

      No one has replied

    • Russ

      New Bookmark option for each trigger
      • Russ

      3
      0
      Votes
      3
      Posts
      2894
      Views

      Russ

      @tim-s, that's right - you could even just change the trigger name and change it back, and it would invalidate the bookmark URL.

    • Russ

      The TRIGGERcmd Slack app is available now
      • Russ

      1
      0
      Votes
      1
      Posts
      937
      Views

      No one has replied

    • S

      Using TriggerCMD with smartthings
      • Steven Canary

      2
      0
      Votes
      2
      Posts
      1054
      Views

      Russ

      @steven-canary, if your commands don't accept parameters, then whether your virtual switch is on or off, it just runs the command when you toggle the virtual switch on or off.

      Or, in the SmartThings device handler code, you can remove the // in front of off(). That would make all of your virtual switches push buttons that automatically toggle themselves back off as soon you toggle them on.

      // handle commands
      def on() {
      log.debug "Executing 'on'"
      sendEvent(name:"switch",value:on)
      parent.on(this)

      // off()

      }

    • Russ

      TRIGGERcmd is on a new platform now
      • Russ

      1
      0
      Votes
      1
      Posts
      659
      Views

      No one has replied

    • Russ

      tcmd GO command line tool is available now
      • Russ

      1
      0
      Votes
      1
      Posts
      2442
      Views

      No one has replied

    • Russ

      New feature for bookmark URL's - now if you use POST you'll get a json response
      • Russ

      1
      0
      Votes
      1
      Posts
      478
      Views

      No one has replied