Commit Graph
8 Commits
Author SHA1 Message Date
buzzert c60685bf20 Version bump: 2.0 2020-04-30 23:37:09 -07:00
buzzert 1cfdf3552f Makes it so we don't have to wait for all servers to be connected before fetching 2020-04-30 23:36:37 -07:00
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
buzzert 5b521541fe Update to Xcode's recommended settings 2020-03-13 18:46:59 -07:00