Merge pull request #19 from Ranlvor/patch-7

RZL: Add Front-HDMI-Port of onkyo
This commit is contained in:
uwap 2018-01-20 17:13:07 +01:00 committed by GitHub
commit 612bd5ddc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ const config : Config = {
state: "/service/onkyo/status/input-selector",
command: "/service/onkyo/command",
defaultValue: "SLI00",
values: { tisch: "SLI11", chromecast: "SLI01", pult: "SLI10", netzwerk: "SLI2B" },
values: { tisch: "SLI11", chromecast: "SLI01", pult: "SLI10", netzwerk: "SLI2B", front: "SLI03" },
parseState: msg => JSON.parse(msg.toString()).onkyo_raw
},
onkyo_radios: {
@ -347,7 +347,8 @@ const config : Config = {
netzwerk: "Netzwerk",
tisch: "Tisch",
chromecast: "Chromecast",
pult: "Pult"
pult: "Pult",
front: "Front HDMI"
},
icon: "usb",
enableCondition: (a, b, state) => state.onkyo_connection.internal == "connected"