Skip to content

Commit

Permalink
readme and changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie-z-wave committed Mar 27, 2017
1 parent cf6b3f4 commit 1245d1c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
46 changes: 43 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
#27.03.2017 v2.3.1
Changes:
* Added Z-Wave module restart after UZB/RaZberry upgrade
* box reboot refactored
* controller function - get instances by module name added
* Factory reset:
* add controller state check after SetDefault()
* exclude 'default' from skin uninstaller
* add null check to storage cleanup
* add notification
* saveObject():
* exclude null entries
* updateBackendConfig:
* add transformation that removes 'null' entries from storage content list
* User passwords converted to salted hash (sha512)

Bugfix:
* Fixed crash on title compilation in system with multiple dongles
* refactor error handling of broken or missing config.json / default-config.json
* Fixed bug with door lock status not updated

Features:
* Z-Wave MeterPulse CC support added
* QR code generation for login credentials added

ZWaveAPI:
* CallForALLNIF API added
* TestNode API added
* CheckAllLinks API added
* RSSIGet API added
* NetworkReorganization API added
* GetRorganizationLog API added
* sendZWayReport API added - sends a report including z-way data and last 1000 lines of z-way-server.log
* ZWave Backup API enhancement - optional up to latest 20000 lines of z-way-server.log can be added to backup package

Modules:
* NotificationSMS.ru
* Added filter for notification level
* PhilioHW
* improvements
* Correct value
* added

#27.01.2017 v2.3.0
Changes:
* Added password field to all modules which use password field
Expand All @@ -18,9 +61,6 @@ Changes:
Bugfix:
* Do not update widgets if type is Invalidated

Bugfix:
* Do not update widgets if type is Invalidated

Features:
* add new device type 'sensorDiscrete'
* n-state vDev for CentralScene CC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Z-Way Home Automation Engine v2.3.0
Z-Way Home Automation Engine v2.3.1
=================================

# Introduction #
Expand Down

0 comments on commit 1245d1c

Please sign in to comment.