Skip to content

Issue 200 solved

Sebastián Felipe requested to merge xompass/Shinobi:issue-200 into dev

This is a solution about the issue 200. First of all, there were dependencies not declared and libraries not initialized (i.e. request lib). There were errors on the code that weren't able to make possible to use the functionality of control a PTZ through an API (let's say, GET/POST/PUT), ONVIF only.

After make corrections on that part of the code, there was some mistakes on another file, where userLog functionality was used. There was another variable without definition. So I took the time to have a look at it al solve.

Thanks!.

Merge request reports