1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Fix missing provider when a device is plugged in for the first time

This commit is contained in:
Valverde Antonio 2014-06-06 18:24:32 +09:00
parent 7fb721f379
commit 25b9583d5c

View file

@ -115,6 +115,7 @@ module.exports = function(options) {
important: true important: true
, data: { , data: {
serial: message.serial serial: message.serial
, provider: message.provider
, present: true , present: true
} }
}) })