Releases: owagner/logic4mqtt
Releases · owagner/logic4mqtt
added Events.linkValue(), updated dependencies
fixed Natty sun-relative timers retriggering, added getSunAzimuth/Altitude
- made API interface object constructors and instance accessors private (mainly for clean docs)
RegEx event matching, MQTT /get/ support, libnova
* 0.14 - 2015/04/13 - owagner - API: added cache for sunrise/sunset calculations
Better logging, command line diagnostic interface
* 0.8 - 2015/02/26 - owagner - added a TCP command line interface, mainly intended for diagnostic purposes. Enable by specifying logic4mqtt.cmdline.port=<TCP port number to listen on>
v0.5: * 0.5 - 2015/01/18 - owagner
- 0.5 - 2015/01/18 - owagner
- API: added Utilites.sendNetMessage() function for doing very simple network communication
- when running Rhino, explicitely set setJavaPrimitiveWrap(false). Otherwise, primitive types returned
from Java methods like Events.getValue() end up being Javascript Object instead of primitive
instances - reset log prefix to [callback] when initial script runs have finished
Initial release
v0.3 - travis integration