mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-10 08:13:38 +00:00
add host info to plugin.data call
This commit is contained in:
+1
-1
@@ -214,7 +214,7 @@ function initDeviceConnection(id) {
|
||||
plugins[type].ready(device);
|
||||
|
||||
device.connection.on('message', (msg, info) => {
|
||||
plugins[type].data(device, msg);
|
||||
plugins[type].data(device, msg, info);
|
||||
device.lastMessage = Date.now();
|
||||
device.trafficSignal(device);
|
||||
infoUpdate(device, 'status', 'ok');
|
||||
|
||||
Reference in New Issue
Block a user