mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue