Replace StatusManager

This commit is contained in:
hensm
2021-04-28 06:21:50 +01:00
parent c1172410f9
commit f44d142631
22 changed files with 295 additions and 286 deletions

View File

@@ -51,8 +51,8 @@ decodeTransform.on("data", (message: Message) => {
}
case "bridge:stopReceiverApp": {
const { host, port } = message.data.receiver;
stopReceiverApp(host, port);
const { receiverDevice } = message.data;
stopReceiverApp(receiverDevice.host, receiverDevice.port);
break;
}