mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -137,6 +137,14 @@ module.exports = function ControlServiceFactory(
|
||||
return tx
|
||||
})
|
||||
}
|
||||
|
||||
this.uninstall = function(pkg) {
|
||||
var tx = TransactionService.create(target)
|
||||
socket.emit('device.uninstall', channel, tx.channel, {
|
||||
package: pkg
|
||||
})
|
||||
return tx
|
||||
}
|
||||
}
|
||||
|
||||
controlService.create = function(target, channel) {
|
||||
|
||||
Reference in New Issue
Block a user