mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Revert "Implement set Wifi on/off."
This reverts commit 4c7af64d0d958a9db6de0bc3fddfa1aa0edb1cdd.
This commit is contained in:
parent
9a07c1bb77
commit
9a31fbbfca
8 changed files with 0 additions and 80 deletions
|
@ -228,12 +228,6 @@ module.exports = function ControlServiceFactory(
|
|||
})
|
||||
}
|
||||
|
||||
this.setWifiEnabled = function(enabled) {
|
||||
return sendTwoWay('wifi.set', {
|
||||
enabled: enabled
|
||||
})
|
||||
}
|
||||
|
||||
window.cc = this
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue