From 6d11f023681e98507713391397a999d8538dba9b Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 20 Jan 2018 15:22:05 +0100 Subject: [PATCH] RZL: Add Front-HDMI-Port of onkyo --- config/rzl.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/rzl.js b/config/rzl.js index 59aef6b..d1a5d9f 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -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"