Navigation :
Changelog
v1.14
- Added optional settings to set() function
v1.13
- Fixed so new option dict is sent tough the whole pipline
v1.12
- Added postgresql, octoprint, webapi and chromecast to DESTINATION
- Fixed bug where timers/clocks event value is saved and tries to be set when core is restarted
v1.11
- Remove an “/” from the end of self.haasp_path (userpath/.haasp instead of userpath/.haasp/)
- Added EventUtils with methods to save and load event data to file, nice to have when restarting core so we don’t loose old data
v1.10
- Exposed haasp config path to all apps as self.haasp_path
v1.9
- Added direction in monitor payload
v1.8
- Added monitor app support
v1.7
- Removed libzmq as dependencies, did’t fix it
v1.6
- Added libzmq as dependencies, hopefully this will fix the pyzmq build error
v1.5
- Test changing dependencies from zmq to pyzmq (having problems that pyzmq won’t build)
v1.4
- Added STACK_DEPTH constant so you can correct your function name when using nested classes
v1.3
- Added yeelight to DESTINATION and SOURCE helper classes
v1.2
v1.1
- Added debug_state variable to AppObject
v1.0