Skip to content

Tags: owagner/logic4mqtt

Tags

v0.27

Toggle v0.27's commit message
* 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

v0.16

Toggle v0.16's commit message
- made API interface object constructors and instance accessors private

(mainly for clean docs)

v0.14

Toggle v0.14's commit message
* 0.14 - 2015/04/13 - owagner

  - API: added cache for sunrise/sunset calculations

v0.8

Toggle v0.8's commit message
* 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

Toggle v0.5's commit message
* 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

v0.3

Toggle v0.3's commit message
- travis integration