ziggs/lights/multiplexor.go

8 lines
140 B
Go
Raw Normal View History

2022-03-04 05:36:52 +00:00
package lights
// Multiplex is all of the lights (all of the lights).
// I'll see myself out.
type Multiplex struct {
bridges []*Bridge
}