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