homebridge-rinnai-touch-platform
Advanced tools
Comparing version 3.3.2 to 3.3.3
@@ -5,2 +5,6 @@ # Change Log | ||
## 3.3.3 (2021-03-01) | ||
* [FIX] Error occurs when cache file doesn't exist | ||
## 3.3.2 (2021-02-28) | ||
@@ -7,0 +11,0 @@ |
@@ -32,3 +32,3 @@ "use strict"; | ||
this.platformAccessory.on('identify', () => { | ||
this.platform.log.warn('>>> Identify', this.platformAccessory.displayName); | ||
this.platform.log.info(`Identified: ${this.platformAccessory.displayName}`); | ||
}); | ||
@@ -35,0 +35,0 @@ } |
@@ -85,3 +85,3 @@ "use strict"; | ||
if (this.settings.forceAutoDiscovery) { | ||
this.log.info('Forcing Auto-Discovery of config'); | ||
this.log.info('Forcing Auto-Discovery'); | ||
} | ||
@@ -94,2 +94,6 @@ else { | ||
} | ||
catch (_a) { | ||
this.log.info('Performing Auto-Discovery'); | ||
devices = undefined; | ||
} | ||
finally { | ||
@@ -96,0 +100,0 @@ if (devices === undefined) { |
{ | ||
"displayName": "Rinnai Touch Platform", | ||
"name": "homebridge-rinnai-touch-platform", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "Homebridge Plugin to control heating/cooling via a Rinnai Touch WiFi Module", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
428173
5181