diff --git a/plugins/livestream-studio/main.js b/plugins/livestream-studio/main.js index fa6eb1a..5778165 100644 --- a/plugins/livestream-studio/main.js +++ b/plugins/livestream-studio/main.js @@ -82,6 +82,8 @@ exports.update = function update(device, _document, updateType, data) { exports.data = function data(_device, msg) { const device = _device; + this.deviceInfoUpdate(device, 'status', 'ok'); + const packets = msg.toString().split('\n'); packets.forEach((packet) => {