HTTP control of daylight savings

Moderator: MADRIX Team

Post Reply
Quinton
Posts: 31
Joined: Sun Oct 18, 2020 5:02 am

HTTP control of daylight savings

Post by Quinton »

Hi Team,

Would it be possible to get a full list of all http commands for latest firmware 1.16?

I currently would like the command to turn daylight savings ON/OFF but would be great if had all the commands to use :)
Schulze
Support
Support
Posts: 304
Joined: Fri Mar 22, 2019 4:21 pm
Contact:

Re: HTTP control of daylight savings

Post by Schulze »

Hi Quinton,

You can turn on/off the daylight saving time with the following command:

Code: Select all

http://[IP]/config.shtml?daylight=n
to turn it off

Code: Select all

http://[IP]/config.shtml?daylight=y
to turn it on

We can't come up with the list, since it could change with every new firmware version.
Quinton
Posts: 31
Joined: Sun Oct 18, 2020 5:02 am

Re: HTTP control of daylight savings

Post by Quinton »

Thanks Shulze
Post Reply