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: {
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",