mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Fix browser plugin not updating in real time.
This commit is contained in:
@@ -344,7 +344,7 @@ module.exports = function(options) {
|
||||
, battery: message
|
||||
})
|
||||
})
|
||||
.on(wire.BrowserPackageEvent, function(channel, message) {
|
||||
.on(wire.DeviceBrowserMessage, function(channel, message) {
|
||||
var serial = message.serial
|
||||
delete message.serial
|
||||
socket.emit('device.change', {
|
||||
|
||||
Reference in New Issue
Block a user