Closed jamesremuscat closed 8 years ago
The methods in VISCAController are marked @HTTPAccessible, but since they use enums such as CameraMove they are unusable via HTTP.
The HTTP interface has been changed, and now the methods moveUp... etc are directly accessible.
Hence, this is fixed :-)
The methods in VISCAController are marked @HTTPAccessible, but since they use enums such as CameraMove they are unusable via HTTP.