2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

49_SSCam: fixed unbalanced tables

git-svn-id: https://svn.fhem.de/fhem/trunk@10304 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2015-12-30 08:11:03 +00:00
parent 49f36854b0
commit f1480efad4

View File

@ -1410,13 +1410,13 @@ return;
<table>
<colgroup> <col width=15%> <col width=85%> </colgroup>
<tr><td>name :</td><td>the name of the new device to use in FHEM</td></tr>
<tr><td>Servername :</td><td>the name or IP-address of Synology Surveillance Station Host. If Servername is used, make sure the name can be discovered in network by DNS </td></tr>
<tr><td>Port :</td><td>the Port Synology surveillance Station Host, normally 5000 (HTTP only)</td></tr>
<tr><td>Username :</td><td>Username defined in the Diskstation. Has to be a member of Admin-group</td></tr>
<tr><td>Password :</td><td>the Password for the User</td></tr>
<tr><td>Cameraname :</td><td>Cameraname as defined in Synology Surveillance Station, Spaces are not allowed in Cameraname !</td></tr>
<tr><td>Recordtime :</td><td>it's the time for recordings </td></tr>
<tr><td>name: </td><td>the name of the new device to use in FHEM</td></tr>
<tr><td>Servername: </td><td>the name or IP-address of Synology Surveillance Station Host. If Servername is used, make sure the name can be discovered in network by DNS </td></tr>
<tr><td>Port: </td><td>the Port Synology surveillance Station Host, normally 5000 (HTTP only)</td></tr>
<tr><td>Username: </td><td>Username defined in the Diskstation. Has to be a member of Admin-group</td></tr>
<tr><td>Password: </td><td>the Password for the User</td></tr>
<tr><td>Cameraname: </td><td>Cameraname as defined in Synology Surveillance Station, Spaces are not allowed in Cameraname !</td></tr>
<tr><td>Recordtime: </td><td>it's the time for recordings </td></tr>
</table>
<br><br>
@ -1442,7 +1442,6 @@ return;
<tr><td>"snap": </td><td>triggers a snapshot of the relevant camera and store it into Synology Surveillance Station</td></tr>
<tr><td>"disable": </td><td>deactivates a camera in Synology Surveillance Station</td></tr>
<tr><td>"enable": </td><td>activates a camera in Synology Surveillance Station</td></tr>
</table>
<br><br>
@ -1518,11 +1517,11 @@ return;
<table>
<colgroup> <col width=5%> <col width=95%> </colgroup>
<tr><td> 0 </td><td> Start/Stop-Event will be logged </td></tr>
<tr><td> 1 </td><td> Error messages will be logged <td></tr>
<tr><td> 3 </td><td> sended commands will be logged <td></tr>
<tr><td> 4 </td><td> sended and received informations will be logged <td></tr>
<tr><td> 5 </td><td> all outputs will be logged for error-analyses. <b>Caution:</b> a lot of data could be written into the logfile ! <td></tr>
<table>
<tr><td> 1 </td><td> Error messages will be logged </td></tr>
<tr><td> 3 </td><td> sended commands will be logged </td></tr>
<tr><td> 4 </td><td> sended and received informations will be logged </td></tr>
<tr><td> 5 </td><td> all outputs will be logged for error-analyses. <b>Caution:</b> a lot of data could be written into the logfile ! </td></tr>
</table>
<br><br>