Updated CHANGELOG with my previous changes

This commit is contained in:
Luke Redpath
2015-09-14 19:29:02 +01:00
parent adbe116a5a
commit c88d01c9a9

View File

@@ -8,6 +8,9 @@
// - Added support for Scenes // - Added support for Scenes
// - Sorting device names // - Sorting device names
// //
// 22 July 2015 [lukeredpath]
// - Added SSL and basic auth support
//
// 26 August 2015 [EddyK69] // 26 August 2015 [EddyK69]
// - Added parameter in config.json: 'loadscenes' for enabling/disabling loading scenes // - Added parameter in config.json: 'loadscenes' for enabling/disabling loading scenes
// - Fixed issue with dimmer-range; was 0-100, should be 0-16 // - Fixed issue with dimmer-range; was 0-100, should be 0-16
@@ -362,4 +365,4 @@ DomoticzAccessory.prototype = {
}; };
module.exports.accessory = DomoticzAccessory; module.exports.accessory = DomoticzAccessory;
module.exports.platform = DomoticzPlatform; module.exports.platform = DomoticzPlatform;