I use my alexa for doing timers for cooking, usually manually but recently i made a script for a specific meal which sends the commands silently to the alexa in the kitchen
Is it possible to do anything like loops and arrays?
Im fairly familiar with doing this in powershell, but im thinking something like
text box
Veg 10 mins
meat 20 mins
sauce 5 mins
then load that into an array and iterate down it
so that I just have one script but i can just full in text box and hit go
unless thre is a better way of doing this.