mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
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:
@@ -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+'}');
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user