controlapi.cpp: add possibility to get boxinfo

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5fbe77afa5
Author: GetAway <get-away@t-online.de>
Date: 2023-05-29 (Mon, 29 May 2023)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2023-05-29 22:32:56 +02:00
committed by vanhofen
parent 991db1cce5
commit a0a463730e
3 changed files with 57 additions and 0 deletions

View File

@@ -63,6 +63,10 @@
<td><a href="#info">Allgemeine Informationen</a></td>
<td><a href="http://box_ip/control/info">http://box_ip/control/info</a></td>
</tr>
<tr>
<td><a href="#boxinfo">Box Informationen</a></td>
<td><a href="http://box_ip/control/info">http://box_ip/control/boxinfo</a></td>
</tr>
<tr>
<td><a href="#getonidsid">Aktuellen Kanal abfragen</a></td>
<td><a href="http://box_ip/control/getonidsid">
@@ -1100,6 +1104,25 @@ Beispiel:<br>
<br>
</div>
<!-- ----------------------------------------------------------- -->
<div class="title1"><a name="boxinfo"></a><b>Boxinfo abfragen</b></div>
<div class="URL">Handler: http://box_ip/control/boxinfo</div>
<br>
<b>Parameter:</b> <br>
<b>R&uuml;ckgabe:</b><br>
<br>
Es wird der Hersteller, der Boxname und die Boxarchitektur zur&uuml;ckgegeben.<br>
<br>
<div class="example">
Beispiel:<br>
<br>
&gt;&gt;&gt;http://box_ip/control/boxinfo<br>
vendor=AX<br>
boxname=H51<br>
boxarch=BCM7251S<br>
<br>
</div>
<!-- ----------------------------------------------------------- -->
<div class="title1"><a name="getonidsid"></a><b>Aktuellen Kanal abfragen</b></div>
<div class="URL">Handler: http://box_ip/control/getonidsid</div>