Commit Graph
5 Commits
Author SHA1 Message Date
buzzert 1bad5ae5b0 Remove unnecessary eraseToAnyPublisher 2020-04-30 23:21:45 -07:00
buzzert a054347f32 HubitatServer: finishes ability to toggle hubitat switches 2020-04-30 19:00:08 -07:00
buzzert 9bff3dda48 HubitatServer: Adds HubitatServer type and adds it to the multiplexer 2020-03-14 19:53:18 -07:00
buzzert 918818cd99 ServerMultiplex: Introduces a server mutiplexer
- Also moves all the existing Wemo* stuff over to support the multiplexer
- Moves MainViewController to be the owner of the multiplexer, and its delegate
2020-03-14 18:33:02 -07:00
buzzert f1f86ced29 SwitchesViewController: Modernize switches collection view controller
This switches to using the more modern collection view diffable data source API.
Also I moved the action cells into their own section so we don't need to do
arithmetic to determine whether or not a cell is an action cell or a device cell.
2020-03-13 19:36:44 -07:00