mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fix browser plugin not updating in real time.
This commit is contained in:
@@ -102,7 +102,7 @@ module.exports = function(options) {
|
||||
dbapi.setDeviceBattery(message.serial, message)
|
||||
appDealer.send([channel, data])
|
||||
})
|
||||
.on(wire.BrowserPackageEvent, function(channel, message, data) {
|
||||
.on(wire.DeviceBrowserMessage, function(channel, message, data) {
|
||||
dbapi.setDeviceBrowser(message.serial, message)
|
||||
appDealer.send([channel, data])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user