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
|
@ -187,6 +187,9 @@ module.exports = function(options) {
|
|||
.on(wire.DeviceStatusMessage, function(channel, message) {
|
||||
socket.emit('device.status', message)
|
||||
})
|
||||
.on(wire.DeviceIdentityMessage, function(channel, message) {
|
||||
socket.emit('device.identity', message)
|
||||
})
|
||||
.handler()
|
||||
|
||||
// Global messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue