MacroDroid/Tasker API
Is it possible to add an API for MacroDroid/Tasker to send the Scan results to them? Such as a Intent: Tasker Intents
This should already work with the com.google.zxing.client.android.SCAN or binaryeye://scan Intents.
You can use adb to test fire them like this:
$ adb shell am start -W -a android.intent.action.VIEW -d 'binaryeye://scan'
I can fire the BinaryEye, but I cannot get the Extra from Intent:-(
Like this
BinaryEye is the best one, so l hope BinaryEye can integrate with the automatic application.
Well, unfortunately Tasker isn't free so I can't simply try it 😬
But your screenshot looks good so far! 🤔 The scanned code is a String in the SCAN_RESULT Extra, just like it's shown here. If I read this correctly, the scanned code is saved into the variable QRCODE.
Did you check the content of the variable QRCODE after scanning? Is it empty?