MADRIX Forum • HTTP control of daylight savings
Page 1 of 1

HTTP control of daylight savings

Posted: Thu Apr 06, 2023 8:52 am
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 :)

Re: HTTP control of daylight savings

Posted: Thu Apr 06, 2023 4:27 pm
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.

Re: HTTP control of daylight savings

Posted: Fri Apr 07, 2023 5:31 am
by Quinton
Thanks Shulze