I just saw this!! Awesome I'll try it out today and let you know!
Latest posts made by MysticNynja
-
RE: Smart reply for voice with parameters
-
Smart reply for voice with parameters
Just was wondering if there is a way to have a voice reply for different parameters sent in.
Let's say I have a batch that can accept on, off, or no parameter. It would be cool to have the reply say something different for each one of these situations.
"Ok Google, Ask TriggerCMD to run Plex with parameter on"
Voice Reply: Turned on the plex server"Ok Google, Ask TriggerCMD to run Plex with parameter off"
Voice Reply: Turned off the plex serverPlex.bat
if "%1"=="on" "Plex Media Server.exe"
if "%1"=="" "Plex Media Server.exe"
if "%1"=="off" taskkill /IM "Plex Media Server.exe"Now I can just have two different triggers and call the correct one for on/off control but I also have smartthings and have them hooked up there. The Device Handler for that is defaulted to a switch with on/off states. If I have two Virtual Switches on Smartthings I think that could get very confusing. I think I can modify the DTH to be a button or something, but I like the idea of a state being reported to my screens.
Anyway short of it is is there or can we have a way to have a more intelligent reply based on what parameter is passed in.
Thanks!!! Having a blast with this, can't wait to subscribe so I can really have fun with it Just have to wait until after christmas, every dollar counts!