You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
* 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