Add hyperion-remote instance cmd (#596)

* Add hyperion-remote instance cmd

- Adds a new command to hyperion-remote that allows the selection of a instance by name
- Fixed broken umlauts
- Fixed wrong text placement inside icon tags

* Add warning if selected instance is not found
This commit is contained in:
brindosch
2019-08-13 23:22:06 +02:00
committed by GitHub
parent 034f821d46
commit d190e6f294
5 changed files with 69 additions and 13 deletions

View File

@@ -159,7 +159,7 @@ function sendToHyperion(command, subcommand, msg)
else
msg = "";
window.websocket.send(encode_utf8('{"command":"'+command+'", "tan":'+window.wsTan+subcommand+msg+'}'));
window.websocket.send('{"command":"'+command+'", "tan":'+window.wsTan+subcommand+msg+'}');
}
// -----------------------------------------------------------