Hello everyone,
I would like to send a simple adb command whenever a sensor reaches a certain state.
The command is just a simple svc wifi disable
I saw that adb shell is depricated and python is now being used to control TVs. But is this the way to go to send this really simple command? I don’t want/need any other feature except sending that specific command to a device via adb.
Yes, adb shell is installed and working on the host.
So I would then use shell command in an automation?
Is there a more direct way without creating the shell integration and defining the command in a config file? Like simply parsing the command directly?