Fix type error in rzl config
This commit is contained in:
parent
19b91cfd0a
commit
e1c83422dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue