ENIGMA2 ONKYO_AVR: refactoring documentation
git-svn-id: https://svn.fhem.de/fhem/trunk@4862 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2489,11 +2489,14 @@ sub ENIGMA2_GetRemotecontrolCommand($) {
|
||||
<ul><code>
|
||||
define SATReceiver ENIGMA2 192.168.0.10
|
||||
<br><br>
|
||||
define SATReceiver ENIGMA2 192.168.0.10 8080 # With custom port
|
||||
# With custom port<br>
|
||||
define SATReceiver ENIGMA2 192.168.0.10 8080
|
||||
<br><br>
|
||||
define SATReceiver ENIGMA2 192.168.0.10 80 60 # With custom interval of 60 seconds
|
||||
# With custom interval of 60 seconds<br>
|
||||
define SATReceiver ENIGMA2 192.168.0.10 80 60
|
||||
<br><br>
|
||||
define SATReceiver ENIGMA2 192.168.0.10 80 60 root secret # With HTTP user credentials
|
||||
# With HTTP user credentials<br>
|
||||
define SATReceiver ENIGMA2 192.168.0.10 80 60 root secret
|
||||
</code></ul>
|
||||
</ul>
|
||||
<br>
|
||||
@@ -2529,7 +2532,8 @@ sub ENIGMA2_GetRemotecontrolCommand($) {
|
||||
<li><b>msg</b> yesno,info... - allows more complex messages as showText, see commands as listed below</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<ul>
|
||||
<u>Messaging</u><br><br>
|
||||
<ul>
|
||||
|
||||
@@ -1654,18 +1654,24 @@ sub ONKYO_AVR_RClayout() {
|
||||
<ul><code>
|
||||
define avr ONKYO_AVR 192.168.0.10
|
||||
<br><br>
|
||||
define avr ONKYO_AVR 192.168.0.10 2013 # With explicit protocol version 2013 and later
|
||||
# With explicit protocol version 2013 and later<br>
|
||||
define avr ONKYO_AVR 192.168.0.10 2013
|
||||
<br><br>
|
||||
define avr ONKYO_AVR 192.168.0.10 pre2013 # With protocol version prior 2013
|
||||
# With protocol version prior 2013<br>
|
||||
define avr ONKYO_AVR 192.168.0.10 pre2013
|
||||
<br><br>
|
||||
define avr ONKYO_AVR 192.168.0.10 pre2013 zone2 # With zone2
|
||||
# With zone2<br>
|
||||
define avr ONKYO_AVR 192.168.0.10 pre2013 zone2
|
||||
<br><br>
|
||||
define avr ONKYO_AVR 192.168.0.10 pre2013 main 60 # With custom interval of 60 seconds
|
||||
# With custom interval of 60 seconds<br>
|
||||
define avr ONKYO_AVR 192.168.0.10 pre2013 main 60
|
||||
<br><br>
|
||||
define avr ONKYO_AVR 192.168.0.10 pre2013 zone2 60 # With zone2 and custom interval of 60 seconds
|
||||
# With zone2 and custom interval of 60 seconds<br>
|
||||
define avr ONKYO_AVR 192.168.0.10 pre2013 zone2 60
|
||||
</code></ul>
|
||||
|
||||
</ul>
|
||||
</ul><br><br>
|
||||
|
||||
|
||||
<a name="ONKYO_AVRset"></a>
|
||||
<b>Set </b>
|
||||
@@ -1688,6 +1694,7 @@ sub ONKYO_AVR_RClayout() {
|
||||
</ul>
|
||||
</ul><br><br>
|
||||
|
||||
|
||||
<a name="ONKYO_AVRget"></a>
|
||||
<b>Get</b>
|
||||
<ul>
|
||||
@@ -1701,9 +1708,8 @@ sub ONKYO_AVR_RClayout() {
|
||||
mute<br>
|
||||
sleep<br>
|
||||
</code></ul>
|
||||
</ul>
|
||||
</ul><br><br>
|
||||
|
||||
<br>
|
||||
<b>Generated Readings/Events (may vary depending on zone):</b><br>
|
||||
<ul>
|
||||
<li><b>input</b> - Shows currently used input; part of FHEM-4-AV-Devices compatibility</li>
|
||||
|
||||
Reference in New Issue
Block a user