mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 18:59:24 +00:00
Add gateway.inout config for bidirectional bridges. Closes #85
This commit is contained in:
@ -62,6 +62,7 @@ type Gateway struct {
|
||||
Enable bool
|
||||
In []Bridge
|
||||
Out []Bridge
|
||||
InOut []Bridge
|
||||
}
|
||||
|
||||
type SameChannelGateway struct {
|
||||
|
Reference in New Issue
Block a user