Bekannte Gerätecodes für Generic IP Geräte für NEO

Haussteuerung mittels mediola

Moderator: Co-Administratoren

ironkrutt
Beiträge: 67
Registriert: 30.04.2012, 20:54
Hat sich bedankt: 1 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von ironkrutt » 09.10.2016, 20:03

Danke für die Tips, werde ich mal probieren.

Sorry fürs zu spamen hier, vielleicht kann ein Mod meine posts löschen.

wendel60
Beiträge: 12
Registriert: 18.04.2019, 07:34

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von wendel60 » 13.10.2019, 03:07

Habe die Codes für OPPO leider ohne Erfolg versucht.
VU+ rennt in der aktuellen Version von Neo.

Gibt es da was neues?

Fonzo
Beiträge: 6722
Registriert: 22.05.2012, 08:40
System: CCU
Hat sich bedankt: 25 Mal
Danksagung erhalten: 479 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von Fonzo » 13.10.2019, 10:29

wendel60 hat geschrieben:
13.10.2019, 03:07
Habe die Codes für OPPO leider ohne Erfolg versucht.
Da das NEO Plugin Generic IP Geräte keine Dokumentation besitzt, ist das relativ schwierig darüber etwas anzusteuern, außerdem fehlt Dir die Rückmeldung in NEO über dieses NEO Plugin vom Oppo. Was Du probieren kannst ist den Port auf 23 zu ändern, aber desweiteren muss auch noch ein \x23 vor dem eigentlichen Befehl gesendet werden und mit einem Carriage Return abgeschlossen werden. Wie dazu die Syntax in dem NEO Plugin Generic IP Geräte aussieht weis ich persönlich nicht und ist auch nirgends von Mediola dokumentiert.
Die Dokumentation der Oppo Befehle findest Du im Oppo RS-232 & IP Control Protocol.

Wenn Du den Oppo sinnvoll mit Rückmeldung aus NEO steuern willst brauchst Du dafür einen Clientsocket, das geht z.B. über das NEO Plugin IP-Symcon und IP-Symcon. Die Befehle werden dann über CSCK_SendText verschickt und die Antwort vom Oppo über eine Registervariable unterhalb des Clientsockets ausgewertet. So kann man den Oppo dann mit Rückmeldung aus NEO ansteuern und anzeigen.

Benutzeravatar
GoSh
Beiträge: 62
Registriert: 30.09.2019, 19:45
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 15 Mal
Danksagung erhalten: 3 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von GoSh » 01.11.2020, 15:57

Beitrag von Fonzo » 07.11.2015, 12:31

VU Plus:
Wenn ich in deviceinfo.xml den gesamten o.g. Code "VU Plus" eintrage, bekomme ich in NEO-Creator die Meldung "Fehler in XML"
Hab in der Mediola-Answerbase und auch hier im Forum nichts gefunden und keine Idee woran das liegt. :cry:

Die Code-Übernahme funktioniert im DeviceInfo-Editor, wenn ich nur einen einzelnen Abschnitt übernehme :
<device ...>
..
</device>
Das Gerät funktioniert mit den Befehlen dann auch :D

Was muss noch beachtet bzw. in deviceinfo.xml eingetragen werden, wenn mehrere Abschnitte <device ...> ... </device> vorkommen ?

Fonzo
Beiträge: 6722
Registriert: 22.05.2012, 08:40
System: CCU
Hat sich bedankt: 25 Mal
Danksagung erhalten: 479 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von Fonzo » 01.11.2020, 16:44

GoSh hat geschrieben:
01.11.2020, 15:57
Was muss noch beachtet bzw. in deviceinfo.xml eingetragen werden, wenn mehrere Abschnitte <device ...> ... </device> vorkommen ?
Wie sieht denn Deine gesamte deviceinfo aus? Kannst Du das mal posten, hellsehen geht ja noch nicht um den möglichen Fehler zu finden.

So ist der normale Aufbau der deviceinfo als Beispiel mit zwei Geräten

Code: Alles auswählen

<?xml version="1.0" encoding="UTF-8" ?>
<deviceinfo update="1432810745">
	<device id="xbmc_frodo" name="XBMC (Frodo)" controlurl="/jsonrpc?request=%7B%22jsonrpc%22%3A%20%222.0%22%2C%20%22method%22%3A%20%22Input.ExecuteAction%22%2C%20%22params%22%3A%20%7B%20%22action%22%3A%20%22%@%22%7D%2C%20%22id%22%3A%201%7D" upnptype="generic" controlport="80" tpl="320x460:264:3378@3|1024x748:265:3382@3" icon="dmr">
    <key id="volumeDown" code="volumedown"/>
    <key id="volumeUp" code="volumeup"/>
    <key id="mute" code="mute"/>
    <key id="left" code="left"/>
    <key id="right" code="right"/>
    <key id="up" code="up"/>
    <key id="down" code="down"/>
    <key id="back" code="back"/>
    <key id="select" code="select"/>
    <key id="enter" code="enter"/>
    <key id="return" code="backspace"/>
    <key id="prevPage" code="pageup"/>
    <key id="nextPage" code="pagedown"/>
    <key id="play" code="play"/>
    <key id="pause" code="pause"/>
    <key id="play_pause" code="playpause"/>
    <key id="stop" code="stop"/>
    <key id="info" code="info"/>
    <key id="hidesubmenu" code="hidesubmenu"/>
    <key id="popupmenu" code="contextmenu"/>
    <key id="exit" code="close"/>
    <key id="fastForward" code="fastforward"/>
    <key id="rewind" code="rewind"/>
    <key id="next" code="skipnext"/>
    <key id="previous" code="skipprevious"/>
    <key id="stepForward" code="stepforward"/>
    <key id="stepBack" code="stepback"/>
    <key id="bigStepForwart" code="bigstepforward"/>
    <key id="bigStepBack" code="bigstepback"/>
    <key id="subtitle" code="showsubtitles"/>
    <key id="nextSubtitle" code="nextsubtitle"/>
    <key id="channelUp" code="channelup"/>
    <key id="channelDown" code="channeldown"/>
    <key id="previousPicture" code="previouspicture"/>
    <key id="nextPicture" code="nextpicture"/>
    <key id="scrollUp" code="scrollup"/>
    <key id="scrollDown" code="scrolldown"/>
    <key id="previousScene" code="previousscene"/>
    <key id="nextScene" code="nextscene"/>
    <key id="fullscreen" code="fullscreen"/>
    <key id="videoMode" code="togglefullscreen"/>
    <key id="ratio" code="aspectratio"/>
    <key id="1" code="number1"/>
    <key id="2" code="number2"/>
    <key id="3" code="number3"/>
    <key id="4" code="number4"/>
    <key id="5" code="number5"/>
    <key id="6" code="number6"/>
    <key id="7" code="number7"/>
    <key id="8" code="number8"/>
    <key id="9" code="number9"/>
    <key id="0" code="number0"/>
    <key id="red" code="red"/>
    <key id="green" code="green"/>
    <key id="yellow" code="yellow"/>
    <key id="blue" code="blue"/>
    <key id="osd" code="osd"/>
    <key id="osdLeft" code="osdleft"/>
    <key id="osdrRight" code="osdright"/>
    <key id="osdUp" code="osdup"/>
    <key id="osdDown" code="osddown"/>
    <key id="osdSelect" code="osdselect"/>
    <key id="osdValuePlus" code="osdvalueplus"/>
    <key id="osdValueMinus" code="osdvalueminus"/>
  </device>
	<device id="denon_3808" name="Denon AVR" tpl="320x460:253:3380@3|1024x748:254:3384@3" icon="avr" controlport="23" tcptype="textnl">
    <key id="volumeUp" code="MVUP"/>
    <key id="volumeDown" code="MVDOWN"/>
    <key id="mainZoneOn" code="ZMON"/>
    <key id="mainZoneOff" code="ZMOFF"/>
    <key id="muteOn" code="MUON"/>
    <key id="muteOff" code="MUOFF"/>
    <key id="INPUT_PHONO" code="SIPHONO"/>
    <key id="INPUT_CD" code="SICD"/>
    <key id="INPUT_TUNER" code="SITUNER"/>
    <key id="INPUT_DVD" code="SIDVD"/>
    <key id="INPUT_BD" code="SIBD"/>
    <key id="INPUT_TV" code="SITV"/>
    <key id="INPUT_SATCBL" code="SISAT/CBL"/>
    <key id="INPUT_DVR" code="SIDVR"/>
    <key id="INPUT_GAME" code="SIGAME"/>
    <key id="INPUT_VAUX" code="SIV.AUX"/>
    <key id="INPUT_DOCK" code="SIDOCK"/>
    <key id="INPUT_NETUSB" code="SINET/USB"/>
    <key id="INPUT_USB_IPOD" code="SIUSB/IPOD"/>
    <key id="DIRECT" code="MSDIRECT"/>
    <key id="PURE_DIRECT" code="MSPURE DIRECT"/>
    <key id="STEREO" code="MSSTEREO"/>
    <key id="STANDARD" code="MSSTANDARD"/>
    <key id="DOLBY_DIGITAL" code="MSDOLBY DIGITAL"/>
    <key id="DTS_SURROUND" code="MSDTS SURROUND"/>
    <key id="SUPER_STADIUM" code="MSSUPER STADIUM"/>
    <key id="ROCK_ARENA" code="MSROCK ARENA"/>
    <key id="JAZZCLUB" code="MSJAZZ CLUB"/>
    <key id="CLASSIC_CONCERT" code="MSCLASSIC CONCERT"/>
    <key id="VIDEOGAME" code="MSVIDEO GAME"/>
    <key id="zone2PowerOn" code="Z2ON"/>
    <key id="zone2PowerOff" code="Z2OFF"/>
    <key id="zone2VolumeUp" code="Z2UP"/>
    <key id="zone2VolumeDown" code="Z2DOWN"/>
    <key id="zone2MuteOn" code="Z2MUON"/>
    <key id="zone2MuteOff" code="Z2MUOFF"/>
    <key id="powerOn" code="PWON"/>
    <key id="powerOff" code="PWSTANDBY"/>
  </device>
</deviceinfo>

Benutzeravatar
GoSh
Beiträge: 62
Registriert: 30.09.2019, 19:45
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 15 Mal
Danksagung erhalten: 3 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von GoSh » 01.11.2020, 17:07

von Fonzo » 01.11.2020, 16:44 Kannst Du das mal posten,
Hier mein Testcode (mit wenigen key-id) und zwei device-Einträgen :

Code: Alles auswählen

<?xml version="1.0" encoding="UTF-8" ?>
<deviceinfo>
 <device id="VU_PLUS_Tasten_Lang" name="ULTIMO_Tasten_Lang" controlurl="/api/remotecontrol?type=long&command=%@" controlport="80" lock="true">
    <key id="OK LANG" code="352"/>
    <key id="STOP LANG" code="128"/>
    <key id="POWER LANG" code="116"/>
  </device>
  <device id="VU_PLUS_POWER" name="ULTIMO_Power" controlurl="/api/powerstate?newstate=%@" controlport="80" lock="true">
    <key id="Toogle_Standby" code="0"/>
    <key id="Wakeup" code="4"/>
    <key id="Standby" code="5"/>
  </device>
</deviceinfo>
Wenn ich nur den 2.Block <device ...> ... </device> verwende gehts. Der 1.Block geht nicht. Vielleicht muss ich mir das mal im Log anschauen...
Zuletzt geändert von GoSh am 01.11.2020, 17:51, insgesamt 1-mal geändert.

Benutzeravatar
GoSh
Beiträge: 62
Registriert: 30.09.2019, 19:45
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 15 Mal
Danksagung erhalten: 3 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von GoSh » 01.11.2020, 17:28

Hallo Fonzo,

Habs jetzt noch mal mit zwei anderen device-Blöcken probiert. Das funktioniert jetzt. Erklären kann ich mir die Fehlermeldung "Fehler in XML" damit aber immer noch nicht. Denn was ist an dem Code falsch ?

Code: Alles auswählen

 <device id="VU_PLUS_Tasten_Lang" name="ULTIMO_Tasten_Lang" controlurl="/api/remotecontrol?type=long&command=%@" controlport="80" lock="true">
    <key id="OK LANG" code="352"/>
    <key id="INFO LANG" code="358"/>
  </device>
Zuletzt geändert von GoSh am 02.11.2020, 11:18, insgesamt 3-mal geändert.

Benutzeravatar
GoSh
Beiträge: 62
Registriert: 30.09.2019, 19:45
System: Alternative CCU (auf Basis OCCU)
Hat sich bedankt: 15 Mal
Danksagung erhalten: 3 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von GoSh » 01.11.2020, 17:41

Hab´s weiter eingegrenzt : NEO-Creator kommt nicht mit dem Zeichen (Kaufmanns-Und) klar : &
Wenn man das Zeichen rausnimmt meckert NEO nicht mehr. Aber vermutlich läuft der Gerätecode an der Stelle dann auch nicht.
d.h. der Gerätecode/NEO müssten an der Stelle mal geprüft werden : controlurl="/api/remotecontrol?type=long&command=%@"
von Fonzo » 07.11.2015, 12:31 VU Plus:

Homfriend
Beiträge: 74
Registriert: 14.03.2017, 18:32
Hat sich bedankt: 10 Mal
Danksagung erhalten: 1 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von Homfriend » 28.06.2021, 17:44

Hallo,

augenscheinlich haben sich einige Gerätecodes für die VU-Geräte bei Abruf von Sendern im Laufe der Zeit geändert besonders bei Radiosendern. Einige angegebene Codes für Sender funktionieren nicht mehr.

Gibt es da eine Methode wie ich die Codes selbst ermitteln kann, so dass ich es dann bei Neo in der deviceinfo anpassen kann?

Danke und Gruß
Homfriend

martingr
Beiträge: 51
Registriert: 03.10.2017, 22:08
Hat sich bedankt: 17 Mal
Danksagung erhalten: 5 Mal

Re: Bekannte Gerätecodes für Generic IP Geräte für NEO

Beitrag von martingr » 18.11.2023, 17:07

YAMAHA MusicCast (RX-A4A)

API of Yamaha Extended Control (YXC, hereafter) for Yamaha A/V products. YXC is Yamaha’s new communication protocol sent over Ethernet and Wi-Fi to control MusicCast enabled devices.

Anmerkung: Die hier gelisteten deviceinfo.xml Einträge wurden für den Receiver YAMAHA RX-A4A (Firmware Version 1.96) erstellt, sollten aber auch für andere MusicCast Receiver funktionieren. Zusätzlich sind einige wichtige Befehle über den YXC API call "sendIrCode" enthalten, die über die YAMAHA Fernbedienung als "toggle" implementiert wurden (z.B. "MUTE", "SURROUND AI", ...).

Referenzdokumente:
YXC_API_Spec_Basic.pdf
(1.86 MiB) 14-mal heruntergeladen
YXC_API_Spec_Advanced.pdf
(781.3 KiB) 12-mal heruntergeladen
IR_RX-A4A-A6A-A8A_standard_extended.pdf
(558.98 KiB) 13-mal heruntergeladen

Code: Alles auswählen

    <device id="yamaha_musiccast" name="YAMAHA MusicCast" controlurl="/YamahaExtendedControl/v1/%@" controlport="80" icon="ymc">
<key id="main power on" code="main/setPower?power=on"/>
<key id="main power standby" code="main/setPower?power=standby"/>

<key id="main power toggle" code="system/sendIrCode?code=7E812AD5"/>

<key id="main input audio1" code="main/setInput?input=audio1"/>
<key id="main input audio2" code="main/setInput?input=audio2"/>
<key id="main input audio3" code="main/setInput?input=audio3"/>
<key id="main input audio4" code="main/setInput?input=audio4"/>

<key id="main input phono" code="main/setInput?input=phono"/>
<key id="main input hdmi1" code="main/setInput?input=hdmi1"/>
<key id="main input hdmi2" code="main/setInput?input=hdmi2"/>
<key id="main input hdmi3" code="main/setInput?input=hdmi3"/>
<key id="main input hdmi4" code="main/setInput?input=hdmi4"/>
<key id="main input hdmi5" code="main/setInput?input=hdmi5"/>
<key id="main input hdmi6" code="main/setInput?input=hdmi6"/>
<key id="main input hdmi7" code="main/setInput?input=hdmi7"/>

<key id="main input bluetooth" code="main/setInput?input=bluetooth"/>
<key id="bluetooth on" code="system/setBluetoothStandby?enable=false"/>
<key id="bluetooth off" code="system/setBluetoothStandby?enable=true"/>

<key id="main input airplay" code="main/setInput?input=airplay"/>

<key id="main input net radio" code="main/setInput?input=net_radio"/>
<key id="main input netusb preset1" code="netusb/recallPreset?zone=main&amp;num=1"/>
<key id="main input netusb preset2" code="netusb/recallPreset?zone=main&amp;num=2"/>
<key id="main input netusb preset3" code="netusb/recallPreset?zone=main&amp;num=3"/>
<key id="main input netusb preset4" code="netusb/recallPreset?zone=main&amp;num=4"/>
<key id="main input netusb preset5" code="netusb/recallPreset?zone=main&amp;num=5"/>
<key id="main input netusb preset6" code="netusb/recallPreset?zone=main&amp;num=6"/>
<key id="main input netusb preset7" code="netusb/recallPreset?zone=main&amp;num=7"/>
<key id="main input netusb preset8" code="netusb/recallPreset?zone=main&amp;num=8"/>
<key id="main input netusb preset9" code="netusb/recallPreset?zone=main&amp;num=9"/>

<key id="netusb Playback play" code="netusb/setPlayback?playback=play"/>
<key id="netusb Playback stop" code="netusb/setPlayback?playback=stop"/>
<key id="netusb Playback play pause" code="netusb/setPlayback?playback=play_pause"/>
<key id="netusb Playback previous" code="netusb/setPlayback?playback=previous"/>
<key id="netusb Playback next" code="netusb/setPlayback?playback=next"/>
<key id="netusb Playback fast reverse start" code="netusb/setPlayback?playback=fast_reverse_start"/>
<key id="netusb Playback fast reverse end" code="netusb/setPlayback?playback=fast_reverse_end"/>
<key id="netusb Playback fast forward start" code="netusb/setPlayback?playback=fast_forward_start"/>
<key id="netusb Playback fast forward end" code="netusb/setPlayback?playback=fast_forward_end"/>

<key id="main Operation stop or mode" code="system/sendIrCode?code=7F016996"/>
<key id="main Operation pause or band" code="system/sendIrCode?code=7F016798"/>
<key id="main Operation play or memory" code="system/sendIrCode?code=7F016897"/>
<key id="main Operation search- or tuning-" code="system/sendIrCode?code=7F016A95"/>
<key id="main Operation search+ or tuning+" code="system/sendIrCode?code=7F016B94"/>
<key id="main Operation skip-" code="system/sendIrCode?code=7F016C93"/>
<key id="main Operation skip+" code="system/sendIrCode?code=7F016D92"/>
<key id="main Operation preset-" code="system/sendIrCode?code=7F015E21"/>
<key id="main Operation preset+" code="system/sendIrCode?code=7F015B24"/>
<key id="main Operation band FM" code="system/sendIrCode?code=7F015827"/>
<key id="main Operation band AM" code="system/sendIrCode?code=7F01552A"/>

<key id="main movie soundprogram sports" code="main/setSoundProgram?program=sports"/>
<key id="main movie soundprogram action_game" code="main/setSoundProgram?program=action_game"/>
<key id="main movie soundprogram roleplaying_game" code="main/setSoundProgram?program=roleplaying_game"/>
<key id="main movie soundprogram music_video" code="main/setSoundProgram?program=music_video"/>
<key id="main movie soundprogram recital_opera" code="main/setSoundProgram?program=recital_opera"/>
<key id="main movie soundprogram standard" code="main/setSoundProgram?program=standard"/>
<key id="main movie soundprogram spectacle" code="main/setSoundProgram?program=spectacle"/>
<key id="main movie soundprogram sci-fi" code="main/setSoundProgram?program=sci-fi"/>
<key id="main movie soundprogram adventure" code="main/setSoundProgram?program=adventure"/>
<key id="main movie soundprogram drama" code="main/setSoundProgram?program=drama"/>
<key id="main movie soundprogram mono_movie" code="main/setSoundProgram?program=mono_movie"/>
<key id="main movie soundprogram enhanced" code="main/setSoundProgram?program=enhanced"/>
<key id="main music soundprogram munich" code="main/setSoundProgram?program=munich"/>
<key id="main music soundprogram vienna" code="main/setSoundProgram?program=vienna"/>
<key id="main music soundprogram amsterdam" code="main/setSoundProgram?program=amsterdam"/>
<key id="main music soundprogram freiburg" code="main/setSoundProgram?program=freiburg"/>
<key id="main music soundprogram royaumont" code="main/setSoundProgram?program=royaumont"/>
<key id="main music soundprogram chamber" code="main/setSoundProgram?program=chamber"/>
<key id="main music soundprogram village_vanguard" code="main/setSoundProgram?program=village_vanguard"/>
<key id="main music soundprogram warehouse_loft" code="main/setSoundProgram?program=warehouse_loft"/>
<key id="main music soundprogram cellar_club" code="main/setSoundProgram?program=cellar_club"/>
<key id="main music soundprogram roxy_theatre" code="main/setSoundProgram?program=roxy_theatre"/>
<key id="main music soundprogram bottom_line" code="main/setSoundProgram?program=bottom_line"/>

<key id="main music soundprogram enhancer toggle" code="system/sendIrCode?code=7A85946B"/>
<key id="main music soundprogram surround decode" code="system/sendIrCode?code=7A858D72"/>
<key id="main music soundprogram straight toggle" code="system/sendIrCode?code=7A8556A9"/>
<key id="main music soundprogram pure direct toggle" code="system/sendIrCode?code=7A85DD22"/>
<key id="main music soundprogram surround AI toggle" code="system/sendIrCode?code=7E8113EC"/>

<key id="main stereo soundprogram 2ch_stereo" code="main/setSoundProgram?program=2ch_stereo"/>
<key id="main stereo soundprogram all_ch_stereo" code="main/setSoundProgram?program=all_ch_stereo"/>
<key id="main stereo soundprogram surr_decoder" code="main/setSoundProgram?program=surr_decoder"/>

<key id="main straight soundprogram" code="main/setSoundProgram?program=straight"/>

<key id="main surroundai on" code="main/setSurroundAI?enable=true"/>
<key id="main surroundai off" code="main/setSurroundAI?enable=false"/>

<key id="main volume up" code="main/setVolume?volume=up"/>
<key id="main volume down" code="main/setVolume?volume=down"/>
<key id="main volume mute" code="main/setMute?enable=true"/>
<key id="main volume unmute" code="main/setMute?enable=false"/>

<key id="main volume mute toggle" code="system/sendIrCode?code=7A851CE3"/>

<key id="main Cursor up" code="main/controlCursor?cursor=up"/>
<key id="main Cursor down" code="main/controlCursor?cursor=down"/>
<key id="main Cursor left" code="main/controlCursor?cursor=left"/>
<key id="main Cursor right" code="main/controlCursor?cursor=right"/>
<key id="main Cursor select" code="main/controlCursor?cursor=select"/>
<key id="main Cursor return" code="main/controlCursor?cursor=return"/>

<key id="main Menu on_screen" code="main/controlMenu?menu=on_screen"/>
<key id="main Menu top_menu" code="main/controlMenu?menu=top_menu"/>
<key id="main Menu menu" code="main/controlMenu?menu=menu"/>
<key id="main Menu option" code="main/controlMenu?menu=option"/>
<key id="main Menu display" code="main/controlMenu?menu=display"/>
<key id="main Menu help" code="main/controlMenu?menu=help"/>
<key id="main Menu home" code="main/controlMenu?menu=home"/>
<key id="main Menu mode" code="main/controlMenu?menu=mode"/>
<key id="main Menu red" code="main/controlMenu?menu=red"/>
<key id="main Menu green" code="main/controlMenu?menu=green"/>
<key id="main Menu yellow" code="main/controlMenu?menu=yellow"/>
<key id="main Menu blue" code="main/controlMenu?menu=blue"/>

<key id="main Scene 1" code="main/recallScene?num=1"/>
<key id="main Scene 2" code="main/recallScene?num=2"/>
<key id="main Scene 3" code="main/recallScene?num=3"/>
<key id="main Scene 4" code="main/recallScene?num=4"/>
<key id="main Scene 5" code="main/recallScene?num=5"/>
<key id="main Scene 6" code="main/recallScene?num=6"/>
<key id="main Scene 7" code="main/recallScene?num=7"/>
<key id="main Scene 8" code="main/recallScene?num=8"/>

<key id="zone2 power on" code="zone2/setPower?power=on"/>
<key id="zone2 power standby" code="zone2/setPower?power=standby"/>

<key id="zone2 input audio1" code="zone2/setInput?input=audio1"/>
<key id="zone2 input audio2" code="zone2/setInput?input=audio2"/>
<key id="zone2 input audio3" code="zone2/setInput?input=audio3"/>
<key id="zone2 input audio4" code="zone2/setInput?input=audio4"/>

<key id="zone2 input hdmi1" code="zone2/setInput?input=hdmi1"/>
<key id="zone2 input hdmi2" code="zone2/setInput?input=hdmi2"/>
<key id="zone2 input hdmi3" code="zone2/setInput?input=hdmi3"/>
<key id="zone2 input hdmi4" code="zone2/setInput?input=hdmi4"/>
<key id="zone2 input hdmi5" code="zone2/setInput?input=hdmi5"/>
<key id="zone2 input hdmi6" code="zone2/setInput?input=hdmi6"/>
<key id="zone2 input hdmi7" code="zone2/setInput?input=hdmi7"/>

<key id="zone2 input bluetooth" code="zone2/setInput?input=bluetooth"/>
<key id="zone2 input airplay" code="zone2/setInput?input=airplay"/>

<key id="zone2 movie soundprogram sports" code="zone2/setSoundProgram?program=sports"/>
<key id="zone2 movie soundprogram action_game" code="zone2/setSoundProgram?program=action_game"/>
<key id="zone2 movie soundprogram roleplaying_game" code="zone2/setSoundProgram?program=roleplaying_game"/>
<key id="zone2 movie soundprogram music_video" code="zone2/setSoundProgram?program=music_video"/>
<key id="zone2 movie soundprogram recital_opera" code="zone2/setSoundProgram?program=recital_opera"/>
<key id="zone2 movie soundprogram standard" code="zone2/setSoundProgram?program=standard"/>
<key id="zone2 movie soundprogram spectacle" code="zone2/setSoundProgram?program=spectacle"/>
<key id="zone2 movie soundprogram sci-fi" code="zone2/setSoundProgram?program=sci-fi"/>
<key id="zone2 movie soundprogram adventure" code="zone2/setSoundProgram?program=adventure"/>
<key id="zone2 movie soundprogram drama" code="zone2/setSoundProgram?program=drama"/>
<key id="zone2 movie soundprogram mono_movie" code="zone2/setSoundProgram?program=mono_movie"/>
<key id="zone2 movie soundprogram enhanced" code="zone2/setSoundProgram?program=enhanced"/>
<key id="zone2 music soundprogram munich" code="zone2/setSoundProgram?program=munich"/>
<key id="zone2 music soundprogram vienna" code="zone2/setSoundProgram?program=vienna"/>
<key id="zone2 music soundprogram amsterdam" code="zone2/setSoundProgram?program=amsterdam"/>
<key id="zone2 music soundprogram freiburg" code="zone2/setSoundProgram?program=freiburg"/>
<key id="zone2 music soundprogram royaumont" code="zone2/setSoundProgram?program=royaumont"/>
<key id="zone2 music soundprogram chamber" code="zone2/setSoundProgram?program=chamber"/>
<key id="zone2 music soundprogram village_vanguard" code="zone2/setSoundProgram?program=village_vanguard"/>
<key id="zone2 music soundprogram warehouse_loft" code="zone2/setSoundProgram?program=warehouse_loft"/>
<key id="zone2 music soundprogram cellar_club" code="zone2/setSoundProgram?program=cellar_club"/>
<key id="zone2 music soundprogram roxy_theatre" code="zone2/setSoundProgram?program=roxy_theatre"/>
<key id="zone2 music soundprogram bottom_line" code="zone2/setSoundProgram?program=bottom_line"/>

<key id="zone2 volume up" code="zone2/setVolume?volume=up"/>
<key id="zone2 volume down" code="zone2/setVolume?volume=down"/>
<key id="zone2 volume mute" code="zone2/setMute?enable=true"/>
<key id="zone2 volume unmute" code="zone2/setMute?enable=false"/>
  </device>
</deviceinfo>

Antworten

Zurück zu „mediola“