From 5bad92c99b6ad9dcbf8e320e7830a41a9ce32eba Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 12 Feb 2014 13:29:26 +0100 Subject: [PATCH] doc controlapi: add documentation for '/control/signal' Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8b28d38cea8bde7b7e9ce5a4e605bb5375528db3 Author: vanhofen Date: 2014-02-12 (Wed, 12 Feb 2014) Origin message was: ------------------ - doc controlapi: add documentation for '/control/signal' ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/nhttpd/doc/nhttpd_controlapi.html | 40 ++++++++++++++++++--------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/src/nhttpd/doc/nhttpd_controlapi.html b/src/nhttpd/doc/nhttpd_controlapi.html index 2632352cc..7eae99bb2 100644 --- a/src/nhttpd/doc/nhttpd_controlapi.html +++ b/src/nhttpd/doc/nhttpd_controlapi.html @@ -199,6 +199,11 @@ http://dbox/control/screenshot + + 43. Signalstärke anzeigen + + http://dbox/control/signal +     @@ -1777,19 +1782,6 @@ ok
  -
- - -
41. Plugins neu laden
-
Handler: http://dbox/control/reloadplugins
-
-Parameter: keine
-Rückgabe: ok
-
-Die Pluginliste wird neu geladen. - - -
@@ -1840,6 +1832,28 @@ Beispiel:
>>>http://dbox/control/screenshot?osd=0&video=1
ok
  + + + +
43. Signalstärke zeigen
+
Handler: http://dbox/control/signal
+
+Parameter: keine oder sig, snr, ber

+Rückgabe:
+SIG: 100
+SNR: 90
+BER: 0
+
+Signalstärke SIG in %, SNR in % und BER wird ausgegeben. +Wird ein spezieller Wert als Parameter angegeben, wird keine Beschreibung ausgegeben. +
+
+Beispiel:
+
+>>>http://dbox/control/signal?sig
+100
+