From e55bdf441c4898d04ac1c2aeded905792efc3419 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sun, 14 Jan 2018 13:54:24 +0100 Subject: [PATCH] RZL: Add onkyo radio Beat Blender (Soma FM) --- config/rzl.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/rzl.js b/config/rzl.js index 642f1d9..a8a38c0 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -97,7 +97,8 @@ const config : Config = { command: "/service/onkyo/command", defaultValue: "", values: { mpd: "NPR01", kohina: "NPR02", somafm_dronezone: "NPR03", somafm_thetrip: "NPR04", - querfunk: "NPR05", somafm_defconradio: "NPR06", somafm_secretagent: "NPR07", somafm_lush: "NPR08"} + querfunk: "NPR05", somafm_defconradio: "NPR06", somafm_secretagent: "NPR07", somafm_lush: "NPR08", + somafm_beatblender: "NPR09"} }, rundumleuchte: { state: "/service/openhab/out/pca301_rundumleuchte/state", @@ -330,7 +331,8 @@ const config : Config = { querfunk: "Querfunk", somafm_defconradio: "Defcon Radio (SomaFM)", somafm_secretagent: "Secret Agent (SomaFM)", - somafm_lush: "Lush (SomaFM)" + somafm_lush: "Lush (SomaFM)", + somafm_beatblender: "Beat Blender (Soma FM)" }, icon: "radio", enableCondition: (a, b, state) => state.onkyo_connection.internal == "connected" && state.onkyo_inputs.internal == "netzwerk"