Fix type error in rzl config

This commit is contained in:
uwap 2017-11-07 20:48:03 +01:00
parent 19b91cfd0a
commit e1c83422dc

View file

@ -61,8 +61,8 @@ const config : Config = {
onkyo_connection: { onkyo_connection: {
state: "/service/onkyo/connected", state: "/service/onkyo/connected",
command: "", command: "",
defaultValue: 0, defaultValue: "0",
values: { disconnected: 0, connecting: 1, connected: 2 }, values: { disconnected: "0", connecting: "1", connected: "2" },
}, },
onkyo_power: { onkyo_power: {
state: "/service/onkyo/status/system-power", state: "/service/onkyo/status/system-power",