mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Fix browser plugin not updating in real time.
This commit is contained in:
parent
26b2b1acc6
commit
98ecf57d49
9 changed files with 128 additions and 181 deletions
|
@ -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])
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue