mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 07:45:16 +02:00
Merge DeviceIdentityMessage on the app side.
This commit is contained in:
@@ -47,6 +47,10 @@ define(['./module', 'oboe'], function(mod, oboe) {
|
||||
remove(data)
|
||||
})
|
||||
|
||||
socket.on('device.identity', function(data) {
|
||||
modify(get(data), data)
|
||||
})
|
||||
|
||||
oboe('/api/v1/devices')
|
||||
.node('devices[*]', function(device) {
|
||||
// We want to skip other arguments
|
||||
|
||||
Reference in New Issue
Block a user