Show ring camera on dash

Did you create the device handler by copy & paste the device handler code referenced in the other link?

Here are the detailed steps:

  1. In Fully Kiosk Browser, go to Settings → Remote Administration → enable Remote Administration, and set password.
  2. Exit Fully Kiosk Browser from tapping “Exit Fully” in the left menu and open it again.
  3. Grant the permission on your device need by Fully ( there should be 4,5 permission needed for this Remote Admin to work)
  4. Go to SmartThings IDE (https://graph.api.smartthings.com)
  5. Me Device Handlers → Create New Device Handler → From Code and paste the DTH code referenced in the link
  6. My Device → New Device → Create the device for your Fully Kiosk Browser and select the device handler created from step 2
  7. 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.

1 Like