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.