mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Merge DeviceIdentityMessage on the app side.
This commit is contained in:
parent
2086d7d439
commit
eb332ff36a
4 changed files with 10 additions and 2 deletions
|
@ -331,7 +331,7 @@ module.exports = function(options) {
|
|||
|
||||
sub.on('message', wirerouter()
|
||||
.on(wire.ProbeMessage, function(channel, message) {
|
||||
push.send([channel,
|
||||
push.send([wireutil.global,
|
||||
wireutil.makeDeviceIdentityMessage(options.serial, identity)])
|
||||
channels.keepalive(channel)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue