*startPlayback
Configuration Article | CA-20220907-TP-23 VDG Sense | API | Functions | Client & Server Control |
Note: This function requires an API license.
This function starts the playback on the selected client or on all clients.
Request
command=startPlayback&divaid=[uid] |
parameter | type | remarks |
---|---|---|
divaid | [UID] | Unique diva id. Determines the viewer, if omitted or -1 all viewers are addressed |
Response
<result errorcode="0">
    <description>Ok</description>
</result> |
error code | description | remarks |
---|---|---|
0 | Ok | Ok, no error |
-1 | Not implemented |  The function requires an api license |
-12 | No Diva | There's no system found with the supplied divaid |
-18 | General error | An undefined error occurred |
-28 | Not a Diva client | The system with the supplied divaid is not a client |
Changelog
2.4.5 – Added