mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Implement set Wifi on/off.
This commit is contained in:
parent
9a31fbbfca
commit
6f7fdffe3d
9 changed files with 81 additions and 1 deletions
|
@ -34,6 +34,7 @@ module.exports = function(options) {
|
|||
.dependency(require('./device/plugins/connect'))
|
||||
.dependency(require('./device/plugins/account'))
|
||||
.dependency(require('./device/plugins/ringer'))
|
||||
.dependency(require('./device/plugins/wifi'))
|
||||
.define(function(options, solo) {
|
||||
if (process.send) {
|
||||
// Only if we have a parent process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue