mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 19:53:25 +02:00
Reverse port forwarding UI actually works now.
This commit is contained in:
@@ -154,6 +154,10 @@ module.exports = function(options) {
|
||||
dbapi.setDeviceRotation(message.serial, message.rotation)
|
||||
appDealer.send([channel, data])
|
||||
})
|
||||
.on(wire.ReverseForwardsEvent, function(channel, message, data) {
|
||||
dbapi.setDeviceReverseForwards(message.serial, message.forwards)
|
||||
appDealer.send([channel, data])
|
||||
})
|
||||
.handler())
|
||||
|
||||
lifecycle.observe(function() {
|
||||
|
||||
Reference in New Issue
Block a user