1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Implement set Wifi on/off.

This commit is contained in:
Valverde Antonio 2014-06-27 16:21:42 +09:00
parent 9a31fbbfca
commit 6f7fdffe3d
9 changed files with 81 additions and 1 deletions

View file

@ -15,7 +15,7 @@ module.exports = syrup.serial()
var log = logger.createLogger('device:resources:service')
var resource = {
requiredVersion: '0.7.10'
requiredVersion: '0.7.11'
, pkg: 'jp.co.cyberagent.stf'
, main: 'jp.co.cyberagent.stf.Agent'
, apk: pathutil.vendor('STFService/STFService.apk')