From b642a30384c326042d29c93e7d90166b8c8803b9 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 21 Apr 2018 14:13:59 +0200 Subject: [PATCH] +Ponyville FM --- config/rzl.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/rzl.js b/config/rzl.js index 2279c8f..b557342 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -102,7 +102,7 @@ const config : Config = { defaultValue: "", values: { mpd: "NPR01", kohina: "NPR02", somafm_dronezone: "NPR03", somafm_thetrip: "NPR04", querfunk: "NPR05", somafm_defconradio: "NPR06", somafm_secretagent: "NPR07", somafm_lush: "NPR08", - somafm_beatblender: "NPR09"} + somafm_beatblender: "NPR09", ponyville: "NPR0a"} }, rundumleuchte: { state: "/service/openhab/out/pca301_rundumleuchte/state", @@ -398,7 +398,8 @@ const config : Config = { somafm_defconradio: "Defcon Radio (SomaFM)", somafm_secretagent: "Secret Agent (SomaFM)", somafm_lush: "Lush (SomaFM)", - somafm_beatblender: "Beat Blender (Soma FM)" + somafm_beatblender: "Beat Blender (Soma FM)", + ponyville: "Ponyville FM" }, icon: "radio", enableCondition: (a, b, state) => state.onkyo_connection.internal == "connected" && state.onkyo_inputs.internal == "netzwerk"