Skip to content

Releases: owagner/logic4mqtt

added Events.linkValue(), updated dependencies

27 Sep 21:26
Compare
Choose a tag to compare
* 0.27 - 2015/09/27 - owagner

  - API: add Events.linkValue()
  - updated minimal-json to 0.9.4, natty to 0.12 and javax.mail to 1.5.4

fixed Natty sun-relative timers retriggering, added getSunAzimuth/Altitude

24 Apr 11:11
Compare
Choose a tag to compare
- made API interface object constructors and instance accessors private

(mainly for clean docs)

RegEx event matching, MQTT /get/ support, libnova

13 Apr 10:16
Compare
Choose a tag to compare
* 0.14 - 2015/04/13 - owagner

  - API: added cache for sunrise/sunset calculations

Better logging, command line diagnostic interface

03 Mar 12:21
Compare
Choose a tag to compare
* 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

18 Jan 21:51
Compare
Choose a tag to compare
Pre-release
  • 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

06 Jan 22:34
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.3

- travis integration