Asked
— Edited
Is there a way I could make ARC monitor Bluetooth devices?
So like say I have a Bluetooth headset. If I turn it off and it disconnects from my computer, could I make ARC send an audible alert such as "microphone disconnected. please reconnect to resume service"?
However you could use EventGhost to achieve that either 100% within EventGhost or by using EventGhost to let ARC know i.e. through a text file that's monitored by ARC.
not to mention how to link it to ARC.
One way to have it talk to ARC is - in the macro make it write to a file. In ARC have a script running which monitors a text file.
Another way would be to use Telnet to send a script command to ARC to set a variable that's monitored.