roleoroleo / yi-hack-MStar

Custom firmware for Yi 1080p camera based on MStar platform
GNU General Public License v3.0
835 stars 110 forks source link

"http://IP:8080/cgi-bin/preset.sh?num=NUMBER" doesn't work #467

Closed jimloki closed 1 year ago

jimloki commented 1 year ago

Hi,

I'm using a Yi Dome Camera X with the latest firmware (yi-hack-MStar 0.4.8). I was previouly on yi-hack-MStar 0.4.4 and everything was OK.

When I use the command http://ip:8080/cgi-bin/preset.sh?num=NUMBER, I have an error message: { "error":"true", "message":"Invalid action received" }

After a little digging, I found out that the right command is http://ip:8080/cgi-bin/preset.sh?action=go_preset&num=NUMBER

roleoroleo commented 1 year ago

I fixed the wiki. Thanks.