From c88d01c9a9ebcd7fda45c2615339e6e41e84f0af Mon Sep 17 00:00:00 2001 From: Luke Redpath Date: Mon, 14 Sep 2015 19:29:02 +0100 Subject: [PATCH] Updated CHANGELOG with my previous changes --- platforms/Domoticz.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platforms/Domoticz.js b/platforms/Domoticz.js index de5b466..2042094 100644 --- a/platforms/Domoticz.js +++ b/platforms/Domoticz.js @@ -8,6 +8,9 @@ // - Added support for Scenes // - Sorting device names // +// 22 July 2015 [lukeredpath] +// - Added SSL and basic auth support +// // 26 August 2015 [EddyK69] // - Added parameter in config.json: 'loadscenes' for enabling/disabling loading scenes // - Fixed issue with dimmer-range; was 0-100, should be 0-16 @@ -362,4 +365,4 @@ DomoticzAccessory.prototype = { }; module.exports.accessory = DomoticzAccessory; -module.exports.platform = DomoticzPlatform; \ No newline at end of file +module.exports.platform = DomoticzPlatform;