Releases: SEI-TAS/kalki-iot-interface
Releases · SEI-TAS/kalki-iot-interface
v1.9.0
v1.8.0
- Just updating for compatibility with kalki-db 1.8.0.
v1.7.0
- Removed hard-coded credentials for devices, added support for getting them from device information sent by Device Controller.
- Moved JSON parsing of objects to kalki-db.
- Added flag to skip tests.
- Added ability to select kalki-db version of base dev container to be used.
- Compatible with kalki-db 1.7.0.
v1.6.0
- Added log system that persists outside of docker container.
- Added open source license.
v1.5.0
Dockerized build and running of iot interface, as well as added a dockerized HTTP API for the Wemo Python library.
v1.3.0
- Restructured project to isolate each device type API implementation into a separate subproject, isolating dependencies.
- Modified CommandSenders so that they just have to implement a method with the name of the command for each command they are handling.
- Various cleanup and readme updates, adding more setup information.
- Added a command to run some simple CommandSender tests
v1.2.0
- Major refactoring to isolate CommandSenders and Monitor for specific device types in specific packages.
- Chaning PHLE to use direct HTTP requests intead of installed buggy SDK
- Other bug fixes
v1.1.2
Bug fixes and consistency
v1.1.1
Minor fixes for experiments 1 and 2
v1.1.0
First version fully tested in experiment 1.