The third digit is only for regressions.
Initial Release and implementation
- Added all_devices attribute to ParticleCloud to return a collection of all of the devices Used like: all_particle_devices = my_particle_cloud.all_devices
- removed all_devices attribute because the user can use my_particle_cloud.devices
- documentation update
- documentation update
- add device_ids list to ParticleCloud constructor to allow for optional filter of only the specified device ids.
- added checks for error message construction.
- add proxy support.
- updated dependencies
- Added some python examples
- added attribute_names, attribute, variable methods to make it easier to use those with named values instead of dot notation
- make available more of the attributes returned from ParticleIO
- expose get_device_info as public
- added ability to unsubscribe for events. See example_python_files/event_listeners.py for example
- allow for multiple subscriptions to same event, and ignore extra subscriptions.
- do not fail on unsubscribe for unknown events
- import missing time