TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • RussR

      TRIGGERcmd is on a new platform now

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      993
      Views

      No one has replied

    • S

      Using TriggerCMD with smartthings

      Announcements
      • • • Steven Canary
      2
      0
      Votes
      2
      Posts
      1.6k
      Views

      RussR

      @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()

      }

    • RussR

      The TRIGGERcmd Slack app is available now

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      1.4k
      Views

      No one has replied

    • RussR

      TRIGGERcmd Cortana skill is now live!

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      1.3k
      Views

      No one has replied

    • RussR

      Now you can pass parameters to your Alexa commands

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      1.8k
      Views

      No one has replied

    • RussR

      Now you can use Zapier to trigger your commands!

      Announcements
      • • • Russ
      5
      0
      Votes
      5
      Posts
      6.8k
      Views

      RussR

      Thank you @Christian-Robinson.

    • RussR

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

      Announcements
      • • • Russ
      5
      0
      Votes
      5
      Posts
      2.8k
      Views

      RussR

      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
    • RussR

      New API for Stringify - with parameter support of course

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      1.8k
      Views

      No one has replied

    • RussR

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

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      3.1k
      Views

      No one has replied

    • RussR

      New Alexa skill called TRIGGER command

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      2.0k
      Views

      No one has replied

    • RussR

      TRIGGERcmd was reviewed on myitforum.com

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      1.7k
      Views

      No one has replied

    • RussR

      Now you can use IFTTT with TRIGGERcmd!

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      2.1k
      Views

      No one has replied

    • RussR

      TRIGGERcmd has an Alexa Skill

      Announcements
      • • • Russ
      1
      0
      Votes
      1
      Posts
      3.4k
      Views

      No one has replied