From af5b0b83ba70b0b377634b31838420780924a9d3 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 21 Oct 2018 09:34:54 +0000 Subject: [PATCH] 49_SSCam: commandref revised git-svn-id: https://svn.fhem.de/fhem/trunk@17584 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/49_SSCam.pm | 79 +++++++++++++++++++++++++++---------------- 1 file changed, 49 insertions(+), 30 deletions(-) diff --git a/fhem/FHEM/49_SSCam.pm b/fhem/FHEM/49_SSCam.pm index 8e94823eb..9ab2043be 100644 --- a/fhem/FHEM/49_SSCam.pm +++ b/fhem/FHEM/49_SSCam.pm @@ -6708,12 +6708,16 @@ sub SSCam_experror { The password length has a maximum of 20 characters.
- The operator can, dependend on what functions are planned to execute, create an user in DSM respectively in Synology Surveillance Station as well.
- If the user is member of admin-group, he has access to all module functions. Without this membership the user can only execute functions with lower need of rights.
+ The operator can, dependend on what functions are planned to execute, create an user in DSM respectively in Synology + Surveillance Station as well.
+ If the user is member of admin-group, he has access to all module functions. Without this membership the user can only + execute functions with lower need of rights.
The required minimum rights to execute functions are listed in a table further down.
- Alternatively to DSM-user a user created in SVS can be used. Also in that case a user of type "manager" has the right to execute all functions,
- whereat the access to particular cameras can be restricted by the privilege profile (please see help function in SVS for details).
+ Alternatively to DSM-user a user created in SVS can be used. Also in that case a user of type "manager" has the right to + execute all functions,
+ whereat the access to particular cameras can be restricted by the privilege profile (please see help function in SVS for + details).
As best practice it is proposed to create an user in DSM as well as in SVS too:


- Using the Attribute "session" can be selected, if the session should be established to DSM or the SVS instead.
- If the session will be established to DSM, SVS Web-API methods are available as well as further API methods of other API's what possibly needed for processing.

+ Using the Attribute "session" can be selected, if the session should be established to DSM or the + SVS instead. Further informations about user management in SVS are available by execute + "get <name> versionNotes 5".
+ If the session will be established to DSM, SVS Web-API methods are available as well as further API methods of other API's + what possibly needed for processing.

After device definition the default is "login to DSM", that means credentials with admin rights can be used to test all camera-functions firstly.
After this the credentials can be switched to a SVS-session with a restricted privilege profile as needed on dependency what module functions are want to be executed.

- The following list shows the minimum rights what the particular module function needs.

+ The following list shows the minimum rights that the particular module function needs.

-

+

+ - - HTTP-Timeout Settings

+ +HTTP-Timeout Settings

+ + +HTTP-Timeout setzen

- - HTTP-Timeout setzen

- +


@@ -8808,6 +8826,7 @@ http(s)://<hostname><port>/webapi/entry.cgi?api=SYNO.SurveillanceSta Sind keine Optionen angegben, werden sowohl Release Informationen als auch Hinweise angezeigt. "rel" zeigt nur Release Informationen und "hints" nur Hinweise an. Mit der <key>-Angabe wird der Hinweis mit der angegebenen Nummer angezeigt. + Ist das Attribut "language = DE" im global Device gesetzt, erfolgt die Ausgabe der Hinweise in deutscher Sprache.