This repository has been archived by the owner on Feb 15, 2018. It is now read-only.
Releases: novalabsxyz/helium-commander
Releases · novalabsxyz/helium-commander
Release 0.15.7
0.15.6
0.15.5
0.15.4
0.15.3: Bumping dependency of helium-python
This picks up the removal of gevent which makes it a lot quicker to install the package
0.15.2
0.15.1: Fix label creation.
The label POST endpoint on helium doesn't yet take sensors and elements as part of creation, so we revert back to calling the update methods as part of handling the command
0.15.0: Feature/label element (#17)
* Adds element support for labels This adds support for managing elements as part of labels. Adding/removing/replacing sensors and elements is now done in the `label sensor` and `label element` commands and is no longer supported in `label update` * Update Changelog