Hello !
Is there any way i can call an HTTP service as an action ?
I have a local server running in the background that manages many things, it exposes an HTTP api that I'd like to call from voiceattack to run custom stuff.
So far i couldn't find any way but writting on a text file, watching that text file from my server and read its content.
But the file watcher sometimes takes 1-2 seconds before detecting the change which i find annoying.
Calling my HTTP service directly from VoiceAttack would make things much smoother.
Did i miss anything to do that in my searches ? (forum search being quite inefficient :s..)
Have a good day