03-07-2026, 10:27 PM
Hi guys,
I was blind, but finally I have found, where I was doing it wrong. It's a POST, not GET! So not possible to send that command via web browser. :o)
Working example how to send it from windows cmd:
I was blind, but finally I have found, where I was doing it wrong. It's a POST, not GET! So not possible to send that command via web browser. :o)
Working example how to send it from windows cmd:
Kod:
curl -i -X POST -d "&s0=night-on*0*1*64800*0*127*1&s1=night-off*0*0*82800*0*127*1&s2=morning-on*0*1*12600*0*127*1&s3=morning-off*0*0*22200*0*127*1&&" http://192.168.1.171/post.cgi?sched_save
