Categories

  • Announcements regarding TRIGGERcmd

    82 Topics
    226 Posts
    RussR
    If you check the new Create Alexa Smart Home device for this computer checkbox, you'll get an Alexa Smart Home device that you can use to: "Alexa, set X volume to 50 percent" - run the volume control command with 50 (for example) as the parameter "Alexa, unmute X" - runs the mute control command with unmute or mute as the parameter "Alexa, turn on X" - sends a Wake-on-LAN magic packet from your local Echo device to turn on your computer "Alexa, turn off X" - runs the shutdown command X is your computer's voice word, or its name if you don't have a voice word for it. [image: 1784926161256-fe626973-2ba0-4a14-a3db-2cecd59fdab4-image.png] To enable Wake-On-LAN, enable it in your BIOS and test it, then enable it like this: [image: 1784926985471-a4f1bb0c-60dc-49d1-ac78-7b42c1f953d9-image.png] [image: 1784927086303-4d6c0507-4f97-44e6-8819-13b6c5631abd-image.png]
  • A place to talk about TRIGGERcmd

    715 Topics
    3k Posts
    RussR
    @rsoane, it seems to be up for me. Can you send me a screenshot of what you see?
  • Instructions for each operating system, and various scenarios.

    292 Topics
    1k Posts
    P
    For anyone trying to use TriggerCMD to run a routine on an iPhone, you can do so using TriggerCMD, IFTTT, and iOS Shortcuts. Here is how I achieved it: Create a TriggerCMD command of your choosing. It need not do anything. Use that command as the "Specific Command" trigger in IFTTT For the THEN THAT, I chose "Send me an SMS"* In the message of the SMS type a keyword of your choosing. Create the Action. On the iPhone, go to Shortcuts, and select Automation Tap + to start Shortcut creation. Choose "Message" Under "Message Contains," type in the keyword you used in the IFTTT applet Finish the Shortcut routine you wish to run when the SMS message is received *You could also achieve this sending yourself an email through IFTTT and choosing Email in the Automation section of Shortcuts Using this method, I do not have to say anything to the phone or even be near it to run a shortcut on it.
  • A place to share commands you like to trigger remotely.

    399 Topics
    2k Posts
    RussR
    @Alisson-Teixeira, I translated that as: "I would like to know if it's possible to turn off the monitor and the computer at the same time with just one command? In the free version? With the example command, the monitor enters power saving mode, but doesn't turn off completely... Question for Windows please" You can run multiple commands in one command by putting && between commands, like this: nircmd.exe monitor off && shutdown /s /t 10