mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Revert "Implement set Wifi on/off."
This reverts commit 4c7af64d0d958a9db6de0bc3fddfa1aa0edb1cdd.
This commit is contained in:
@@ -341,16 +341,6 @@ module.exports = function(options) {
|
||||
)
|
||||
])
|
||||
})
|
||||
.on('wifi.set', function(channel, responseChannel, data) {
|
||||
joinChannel(responseChannel)
|
||||
push.send([
|
||||
channel
|
||||
, wireutil.transaction(
|
||||
responseChannel
|
||||
, new wire.WifiSetEnabledMessage(data.enabled)
|
||||
)
|
||||
])
|
||||
})
|
||||
.on('group.invite', function(channel, responseChannel, data) {
|
||||
joinChannel(responseChannel)
|
||||
push.send([
|
||||
|
||||
Reference in New Issue
Block a user