v0.16
Changes since previous release (v0.12):
0.16 - 2015/08/12 - owagner
retry a xml-rpc request at most once (after a 10s grace period). Previously, would retry requests indefinitely with a 30s delay, which defeated the ping mechanism
0.15 - 2015/07/26 - owagner
accept PING reply events (events with address "CENTRAL"), and use "ping" calls as a first-step measure in case of idle timeouts. Re-Init will still be sent after twice the specified timeout value. Change default idle timeout to 120s.
0.14 - 2015/07/25 - owagner
new option "hm.jsonNameTable" to specify a file which includes a JSON encoded table with device and channel address to name mappings (e.g. generated by hm-manager)
0.13 - 2015/07/19 - owagner
updated to eclipse-paho 1.0.2 and minimal-json 0.9.2
ignore intermediate syslog I/O errors