mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 21:35:16 +02:00
Add provider to device data.
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = function(options) {
|
||||
|
||||
function pushDeviceStatus(device, type) {
|
||||
push.send([wireutil.global,
|
||||
wireutil.makeDeviceStatusMessage(device.id, type)])
|
||||
wireutil.makeDeviceStatusMessage(device.id, type, options.name)])
|
||||
}
|
||||
|
||||
function isWantedDevice(device) {
|
||||
|
||||
Reference in New Issue
Block a user