Did you create the device handler by copy & paste the device handler code referenced in the other link?
Here are the detailed steps:
- In Fully Kiosk Browser, go to Settings → Remote Administration → enable Remote Administration, and set password.
- Exit Fully Kiosk Browser from tapping “Exit Fully” in the left menu and open it again.
- Grant the permission on your device need by Fully ( there should be 4,5 permission needed for this Remote Admin to work)
- Go to SmartThings IDE (https://graph.api.smartthings.com)
- Me Device Handlers → Create New Device Handler → From Code and paste the DTH code referenced in the link
- My Device → New Device → Create the device for your Fully Kiosk Browser and select the device handler created from step 2
- In SmartThings new app, find this newly created device, tap the vertical “…” at top-right corner and “Settings” to configure the IP of your tablet, password for using Fully Remote API from Step1.
Please note that I updated the rule example I post earlier. Realized the command loadStartURL
doesn’t bring the Fully app to front, and have to specifically use bringFullytoFront
command, and I changed the trigger logic as I suggested.