nassir-malik / IOT-Pi3-Alexa-Automation

Use Raspberry Pi 3 as home automation device with Alexa
108 stars 107 forks source link

Possibility to run scripts, not only GPIO #22

Open githubadas opened 5 years ago

githubadas commented 5 years ago

At this moment is possibile to only do on/off GPIO. I have some scripts runed manually. I would like to have possibility to run this script by comand: "Alexa, turn SCRIPT1 on". Second "Alexa, turn SCRIPT1 off" will breat this script (where SCRIPT1 is a trigger for /home/pi/script1.py Is it possible to prepare additional file, for this kidn of use?