We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4fc3a commit d792b08Copy full SHA for d792b08
scripts/api-token-pusher.py
@@ -0,0 +1,5 @@
1
+import os
2
+robotKey = input("API Key=")
3
+channelKey = input ("Channel=")
4
+myCmd = "adb shell am start -n tv.remo.android.controller/.activities.SplashScreen --es 'ApiKey' '%s' --es 'ChannelId' '%s'" % (robotKey, channelKey)
5
+os.system(myCmd)
0 commit comments