Merge branch 'master' of github.com:uwap/mqtt-control-map
This commit is contained in:
commit
2701eb9076
1 changed files with 3 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ const config : Config = {
|
||||||
state: "/service/onkyo/status/input-selector",
|
state: "/service/onkyo/status/input-selector",
|
||||||
command: "/service/onkyo/command",
|
command: "/service/onkyo/command",
|
||||||
defaultValue: "SLI00",
|
defaultValue: "SLI00",
|
||||||
values: { tisch: "SLI11", chromecast: "SLI01", pult: "SLI10", netzwerk: "SLI2B" },
|
values: { tisch: "SLI11", chromecast: "SLI01", pult: "SLI10", netzwerk: "SLI2B", front: "SLI03" },
|
||||||
parseState: msg => JSON.parse(msg.toString()).onkyo_raw
|
parseState: msg => JSON.parse(msg.toString()).onkyo_raw
|
||||||
},
|
},
|
||||||
onkyo_radios: {
|
onkyo_radios: {
|
||||||
|
|
@ -346,7 +346,8 @@ const config : Config = {
|
||||||
netzwerk: "Netzwerk",
|
netzwerk: "Netzwerk",
|
||||||
tisch: "Tisch",
|
tisch: "Tisch",
|
||||||
chromecast: "Chromecast",
|
chromecast: "Chromecast",
|
||||||
pult: "Pult"
|
pult: "Pult",
|
||||||
|
front: "Front HDMI"
|
||||||
},
|
},
|
||||||
icon: "usb",
|
icon: "usb",
|
||||||
enableCondition: (a, b, state) => state.onkyo_connection.internal == "connected"
|
enableCondition: (a, b, state) => state.onkyo_connection.internal == "connected"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue