PIONEERAVR:Input DMR renamed to lowercase dmr

git-svn-id: https://svn.fhem.de/fhem/trunk@17618 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
50watt
2018-10-25 06:40:49 +00:00
parent 5c0370f65e
commit 242479523f

View File

@@ -221,7 +221,7 @@ sub PIONEERAVR_Define($$) {
# $hash->{helper}{INPUTNAMES} lists the default input names and their inputNr as provided by Pioneer.
# This module tries to read those names and the alias names from the AVR receiver and tries to check if this input is enabled or disabled
# So this list is just a fall back if the module can't read the names ...
# InputNr with player functions (play,pause,...) ("13","17","18","26","27","33","38","41","44","45","48","53");
# InputNr with player functions (play,pause,...) ("13","17","18","26","27","33","38","41","44","45","48","49","53");
# Input number for usbDac, ipodUsb, xmRadio, homeMediaGallery, sirius, adapterPort, internetRadio, pandora, mediaServer, Favorites, mhl, spotify
# Additionally this module tries to get information from the Pioneer AVR
# - about the input level adjust
@@ -263,7 +263,7 @@ sub PIONEERAVR_Define($$) {
"44" => {"name" => "mediaServer", "aliasName" => "", "enabled" => "1", "playerCommands" => "1"},
"45" => {"name" => "favorites", "aliasName" => "", "enabled" => "1", "playerCommands" => "1"},
"46" => {"name" => "airplay", "aliasName" => "", "enabled" => "1", "playerCommands" => "1"},
"47" => {"name" => "DMR", "aliasName" => "", "enabled" => "1", "playerCommands" => "1"},
"47" => {"name" => "dmr", "aliasName" => "", "enabled" => "1", "playerCommands" => "1"},
"48" => {"name" => "mhl", "aliasName" => "", "enabled" => "1", "playerCommands" => "1"},
"49" => {"name" => "game", "aliasName" => "", "enabled" => "1", "playerCommands" => "1"},
"53" => {"name" => "spotify", "aliasName" => "", "enabled" => "1", "playerCommands" => "1"}