mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
add filesystem(file explorer) support, done
This commit is contained in:
@@ -231,6 +231,12 @@ module.exports = function ControlServiceFactory(
|
||||
})
|
||||
}
|
||||
|
||||
this.fslist = function(dir){
|
||||
return sendTwoWay('fs.list', {
|
||||
dir: dir,
|
||||
})
|
||||
}
|
||||
|
||||
this.checkAccount = function(type, account) {
|
||||
return sendTwoWay('account.check', {
|
||||
type: type
|
||||
|
||||
Reference in New Issue
Block a user