1
0
Fork 0
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:
Simo Kinnunen 2014-02-03 19:56:01 +09:00
parent 2086d7d439
commit eb332ff36a
4 changed files with 10 additions and 2 deletions

View file

@ -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