My alarm system sends webhooks for Burglar and Fire Alarms
My Question is, is it possible to change the Dashboard screen via webhooks, so I can set separate dashboards 1 - for fire and 1 - for Burglar alarm and the webhooks will switch to the one which is triggered by the separate webhook, thanks
I’m not sure if this should be asked here or on the Smartthings community.
I’m trying to use the Web Requestor driver with Fully Kiosk Browser.
I want the screen to turn off when a switch turns on but the screen is not turning off when the wed request is issued. Is this the correct command or should I be using a different command?
Which command from the Web Requestor driver are you using?
The URL seems right, but I’ve never tried the GET: prefix thing which I thought was just for the slots. I usually just call the GET() command with the URL I want:
I added the url above to web request #1 in the ST device as a pre-defined url.
I’m trying to call that web request when a switch is turned off. From ST, the web request device shows it is processed correctly but the screen doesn’t turn off. I tried adding the pre-defined selection to SharpTools but am not sure I’ve done it correctly. Did I mention this is new for me (in case you couldn’t guess)