@@ -575,7 +575,7 @@ \subsubsection{GET /nodes/\_descriptions}
575
575
"_id": "db0sda-dc2",
576
576
"description": "some words about that node"
577
577
}
578
- ]
578
+ ]
579
579
\end {lstlisting }
580
580
581
581
\textbf {Auth response: \texttt {false } or \texttt {limited }: }\\
@@ -874,7 +874,7 @@ \subsubsection{GET /rubrics/\_descriptions}
874
874
"_id": "dl-by",
875
875
"description": "Bavaria"
876
876
}
877
- ]
877
+ ]
878
878
\end {lstlisting }
879
879
880
880
\textbf {Auth response: \texttt {false } or \texttt {limited }: }\\
@@ -1099,7 +1099,7 @@ \subsubsection{GET /subscribers/<subscribername>}
1099
1099
"name": "Peters Alphapoc",
1100
1100
"type": "alphaPpoc",
1101
1101
"enabled": true
1102
- }
1102
+ }
1103
1103
],
1104
1104
"third_party_services": [
1105
1105
"APRS",
@@ -1399,7 +1399,7 @@ \subsubsection{PUT /transmitters - Add new transmitter}
1399
1399
& \verb |antenna : | The key for the array, must be present \\
1400
1400
& \verb |type : | \ref {protocoldef:inputvalidation:antennatype } \\
1401
1401
& \verb |gain : | \ref {protocoldef:inputvalidation:antennagain }\\
1402
- & \verb |direction : | \ref {protocoldef:inputvalidation:antennadirection }\\
1402
+ & \verb |direction : | \ref {protocoldef:inputvalidation:antennadirection }\\
1403
1403
& \verb |agl : | \ref {protocoldef:inputvalidation:antennaagl }\\ \hline
1404
1404
\end {tabular }
1405
1405
\end {table }
@@ -1542,7 +1542,7 @@ \subsubsection{PUT /transmitters - Edit existing transmitter}
1542
1542
& \verb |antenna : | The key for the array, must be present \\
1543
1543
& \verb |type : | \ref {protocoldef:inputvalidation:antennatype } \\
1544
1544
& \verb |gain : | \ref {protocoldef:inputvalidation:antennagain }\\
1545
- & \verb |direction : | \ref {protocoldef:inputvalidation:antennadirection }\\
1545
+ & \verb |direction : | \ref {protocoldef:inputvalidation:antennadirection }\\
1546
1546
& \verb |agl : | \ref {protocoldef:inputvalidation:antennaagl }\\ \hline
1547
1547
\end {tabular }
1548
1548
\end {table }
@@ -2300,16 +2300,16 @@ \subsubsection{Auth call reference list}
2300
2300
\ref {protocoldef:microservicesapi:database:putrubrics/rubrics_update } \\ \hline
2301
2301
\verb |POST /a/u/p/rubric.delete/<rubricname> | & \verb |DELETE /rubrics/<rubricsname>?rev= | &
2302
2302
\ref {protocoldef:microservicesapi:database:deleterubric } \\ \hline
2303
- \hline
2303
+ \hline
2304
2304
\verb |POST /a/u/p/news.read | & \verb |GET /news[?*] | & \ref {pr } \\ \hline
2305
2305
\verb |POST /a/u/p/news.create | & \verb |PUT /news | & \ref {pr } \\ \hline
2306
2306
\verb |POST /a/u/p/news.update/<rubricname> | & \verb |PUT /news/<rubricname> | & \ref {pr } \\ \hline
2307
2307
\verb |POST /a/u/p/news.delete/<rubricname> | & \verb |DELETE /news/<rubricname>?rev= | & \ref {pr } \\ \hline
2308
2308
\verb |POST /a/u/p/news.delete/<rubricname> | & \verb |DELETE /news/<rubricname>/<msg_no>?rev= | & \ref {pr } \\ \hline
2309
2309
\hline
2310
- \verb |POST /a/u/p/ws.telemetry.subscribe | & \verb |WS /telemetry/* | & \ref {pr } \\
2310
+ \verb |POST /a/u/p/ws.telemetry.subscribe | & \verb |WS /telemetry/* | & \ref {pr } \\
2311
2311
\verb |POST /a/u/p/ws.database_change.subscribe | & \verb |WS /changes/* | & \ref {pr } \\ \hline
2312
- \hline
2312
+ \hline
2313
2313
\verb |POST /a/u/p/status.read | & \verb |GET /status/* | & \ref {pr } \\ \hline
2314
2314
\verb |POST /a/u/p/statistics.read | & \verb |GET /statistics/* | & \ref {pr } \\ \hline
2315
2315
\hline
@@ -2356,7 +2356,9 @@ \subsubsection{dapnet.calls}
2356
2356
{
2357
2357
"id": "016c25fd-70e0-56fe-9d1a-56e80fa20b82",
2358
2358
"priority": 3,
2359
- "expires": "2018-07-03T08:00:52.786458Z",
2359
+ "created_by": "dh3wr",
2360
+ "created_on": "2018-07-03T06:00:52.786458Z",
2361
+ "expires_on": "2018-07-03T08:00:52.786458Z",
2360
2362
"origin": "db0sda-dc2",
2361
2363
"data": "Lorem ipsum dolor sit amet",
2362
2364
"recipients": {
@@ -2772,7 +2774,7 @@ \subsection{Telemetry from Transmitters - Summary of all TX}
2772
2774
"onair": true,
2773
2775
"node": {
2774
2776
....
2775
- }
2777
+ }
2776
2778
],
2777
2779
"current_timeslot" : 12
2778
2780
}
@@ -2785,7 +2787,7 @@ \subsection{Telemetry from Transmitters - Details of Transmitter}
2785
2787
The data is the same as received from the \textbf {dapnet.telemetry } exchange
2786
2788
from the RabbitMQ instance. It is defined in section
2787
2789
\ref {protocoldef:telemetrytx }.\\
2788
- The websocket-Server gives out all the telemetry data from a certain transmitter. The name of the transmitter obtained from the RabbitMQ routing key.
2790
+ The websocket-Server gives out all the telemetry data from a certain transmitter. The name of the transmitter obtained from the RabbitMQ routing key.
2789
2791
2790
2792
\ begin{lstlisting}
2791
2793
{
@@ -2921,7 +2923,7 @@ \subsection{Telemetry from Transmitters - Details of Node}
2921
2923
The data is the same as received from the \textbf {dapnet.telemetry } exchange
2922
2924
from the RabbitMQ instance. It is defined in section
2923
2925
\ref {protocoldef:telemetrytx }.\\
2924
- The websocket-Server gives out all the telemetry data from a certain node. The name of the transmitter obtained from the RabbitMQ routing key.
2926
+ The websocket-Server gives out all the telemetry data from a certain node. The name of the transmitter obtained from the RabbitMQ routing key.
2925
2927
2926
2928
\ begin{lstlisting}
2927
2929
{
0 commit comments