mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Implement ringer mode setting.
This commit is contained in:
@@ -33,6 +33,7 @@ module.exports = function(options) {
|
||||
.dependency(require('./device/plugins/reboot'))
|
||||
.dependency(require('./device/plugins/connect'))
|
||||
.dependency(require('./device/plugins/account'))
|
||||
.dependency(require('./device/plugins/ringer'))
|
||||
.define(function(options, solo) {
|
||||
if (process.send) {
|
||||
// Only if we have a parent process
|
||||
|
||||
Reference in New Issue
Block a user