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

@ -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>