Version 1.7.2 Release notes
Posted: 27 Jul 2014 11:04
Noticed this morning that version 1.7.2 has been released. No announcement no docs yet. So I extracted the release notes from the installation file, for those who also want to know the changes before actually installing.
26.07.2014 v1.7.2
Fixes and improvements:
Fix auth parameter in http.request()
Small Z-Way C core fixes and improvements
MeterTableMonitor historical data storage fix
Fix various minor issues in JS code
Fix DH deletion notification for array values
Fix memory leak in ZXmlDocument.findOne() and deviceTypeString
HTTP module: force adding content type for POST requests if not specified
Do not perform url encoding on http headers
Added optional timeout (ms) parameter to ZHttp
Correctly output JS functions as strings when returning from /JS/Run/func
Fix data holder value setter to work for both "dh.value=xxx" and "dh=xxx"
New features:
New UI selector
Function classed for NVM operations for 5th gen dongles (for 6.5x SDK)
Command Classes:
CentralScene: respond to supported get, return number of scenes from config
Time: respond with real time offset information, handle time offset report
ClimateControlSchedule: added Override Get/Set
Add UserCode SetRaw method for devices pretending user code to be binary.
Minor change in the API:
givenName added to device dataholder to store names in Expert UI (for future use)
User Code data holder type now depends on actual code data (bnary or string)
Always read user code payload if present (even if status is 0)