mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 00:05:15 +02:00
Merge DeviceIdentityMessage on the app side.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user