aferodeveloper / AferoSwiftSDK

SDK for creating Swift/iOS-based Afero clients
MIT License
3 stars 1 forks source link

IOS-2019 device collection lifecycle events #31

Closed jrmiddle closed 5 years ago

jrmiddle commented 5 years ago
  1. Support sending .beginUpdates and .endUpdates events on the DeviceCollection; now, all createDevice events are sandwiched between these. deleteDevice to be added.
  2. Add additional docstrings
  3. Rename symbols for clarity:
    • visibleDevices is now devices
    • stateSignal is now connectionStateSignal
    • contentSignal is now contentStateSignal