From e1c83422dc45424676157f518bb56975b1bbdf5b Mon Sep 17 00:00:00 2001 From: uwap Date: Tue, 7 Nov 2017 20:48:03 +0100 Subject: [PATCH] Fix type error in rzl config --- config/rzl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rzl.js b/config/rzl.js index 6342361..eb19a65 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -61,8 +61,8 @@ const config : Config = { onkyo_connection: { state: "/service/onkyo/connected", command: "", - defaultValue: 0, - values: { disconnected: 0, connecting: 1, connected: 2 }, + defaultValue: "0", + values: { disconnected: "0", connecting: "1", connected: "2" }, }, onkyo_power: { state: "/service/onkyo/status/system-power",