- Fix vulnerability issues
- Update update config event to support the operation documented here
- Add update config operation
- Add AMQP reconnection support
- Add support to the new AMQP API documented here
- Fix error catching when subscribing to response
- Add prettier formatter
- Add unit test to all operations
- Wait to publish message after subscription
- Fix
handleResponse
callback - Fix error when pass invalid event to
on
- Change
queue
andconsumerTag
default names - Use
uniqid
lib instead of random numbers
- Methods to communicate with KNoT Cloud Core AMQP API.
- connect()
- close()
- register()
- unregister()
- getDevices()
- updateSchema()
- publishData()
- getData()
- setData()
- on()