change some files

This commit is contained in:
Bastian Schroll 2018-01-07 11:33:38 +01:00
parent 620d848b4c
commit 2f4853b144
5 changed files with 33 additions and 19 deletions

View file

@ -9,7 +9,7 @@
German BOS Information Script
by Bastian Schroll
@file: test_ServerClient.py
@file: FileHead.template.py
@date: ##.##.2018
@author: Bastian Schroll
@description: That is the FileHead that should be used for all files
@ -18,6 +18,8 @@ import logging
import boswatch.module
logging.debug("- %s loaded", __name__)
class ClassName:
"""!General class comment"""

View file

@ -16,6 +16,13 @@
<td>name of the boswatch client instance</td>
</tr>
<tr>
<td>clientIP</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td></td>
</tr>
<tr>
<td>clientVersion</td>
<td>X</td>
<td>X</td>
@ -27,7 +34,7 @@
<td>X</td>
<td>X</td>
<td>X</td>
<td>(rtl_fm, audio)</td>
<td>(stick, audio)</td>
</tr>
<tr>
<td>timestamp</td>
@ -44,13 +51,27 @@
<td></td>
</tr>
<tr>
<td>type</td>
<td>mode</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>(fms, pocsag, zvei)</td>
</tr>
<tr>
<td>descriptionShort</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>loaded from optional CSV file</td>
</tr>
<tr>
<td>descriptionLong</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>loaded from optional CSV file</td>
</tr>
<tr>
<td>bitrate</td>
<td></td>
<td>X</td>
@ -155,18 +176,4 @@
<td></td>
<td>(I, II, III, IV)</td>
</tr>
<tr>
<td>descriptionShort</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>loaded from optional CSV file</td>
</tr>
<tr>
<td>descriptionLong</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>loaded from optional CSV file</td>
</tr>
</table>