mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Implement get account names function.
This commit is contained in:
@@ -236,6 +236,12 @@ module.exports = function ControlServiceFactory(
|
||||
})
|
||||
}
|
||||
|
||||
this.getAccounts = function(type) {
|
||||
return sendTwoWay('account.get', {
|
||||
type: type
|
||||
})
|
||||
}
|
||||
|
||||
this.getSdStatus = function() {
|
||||
return sendTwoWay('sd.status')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user