mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Reverse port forwarding UI actually works now.
This commit is contained in:
parent
99864fb223
commit
cecf08a244
10 changed files with 158 additions and 134 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue