Open pizthewiz opened 9 years ago
Will fix it:)
------------------ Original ------------------ From: "pizthewiz"notifications@github.com; Date: Mon, Sep 21, 2015 09:22 AM To: "imaginevision/Z-Camera-Doc"Z-Camera-Doc@noreply.github.com;
Subject: [Z-Camera-Doc] Inconsistent action parameter naming (#2)
Many URLs use an action param but the media access URLs use act while all the others use action:
/ctrl/session[?action=quit]
/DCIM/100MEDIA/EYED0001.MOV?act=rm
/ctrl/mode?action=query
/ctrl/still?action={cap}*
/ctrl/rec?action={start}
/ctrl/set?action=clear
/ctrl/mag?action={enable}[&pos={position}]
/ctrl/card?action={format}
— Reply to this email directly or view it on GitHub.
Appears to be an issue in 0.21 still.
Many URLs use an action param but the media access URLs use
act
while all the others useaction
: