Hello and thank you ahead of time for any input you may have!
I'm working on trying to make my google home more "friendly", and i was in the midst of adding IFTTT triggers for voice commands and then having to stack those to my RM Plugin and found an article relating to IFTTT variables routed through apilio. So the though process I figured i needed to ask, Can IFTTT and apilio work well enough together to extract multiple variables from a single voice command from google home/assistant.
for basics i have 2 google minis, 2 tvs, 2 rm3's etc.
if i want to turn on the bedroom tv, i would prefer to denote which google mini the request was made at but since it cant, i'll need to use bedroom in the trigger.
The RM plugin requires not only the send code ID but also the MAC address of the device, as such, i would rather apilio trigger variable on "bedroom tv" to denote the MAC, then the command after to define the ID , assemble the string and send it back to IFTTT
as example :
"hey google {turn on} the {bedroom tv}" and less naturally "hey google {bedroom tv} {turn on}"
i've already made static string variables to contain the MAC's and to boolean "if_bedroom" or "if_livingroom" as these will inherently carry different code ID's and i'll end up assigning those to static variables to feed into the return to IFTTT
Suggestions?
Thanks
Drex