Page 1 of 1

Direct URL to change the state of a device - for pushover

PostPosted: Mon Apr 09, 2018 3:22 pm
by noel1983
Hi all,

Thinking about having a number of 'device been on for xx minutes' type alerts sent via pushover.

What would be great is if I could include in the message a url that when clicked goes to a page and turns off the device, i.e. as if i'd loaded the control page and tapped off but without needing to tap off.

Is this possible? If so any tips would be greatly appreciated.

Cheers

Noel

Re: Direct URL to change the state of a device - for pushove

PostPosted: Tue Apr 10, 2018 1:15 am
by howartp
Have a look at the restful API docs.

It’s something like:

http://192.168.1.1?device=987654&turnOff=true


Sent from my iPhone using Tapatalk Pro

Re: Direct URL to change the state of a device - for pushove

PostPosted: Tue Apr 10, 2018 2:50 am
by noel1983
Awesome thank you!