homebridge-rinnai-touch-platform
Advanced tools
Comparing version 3.3.3 to 3.3.4
@@ -5,2 +5,6 @@ # Change Log | ||
## 3.3.4 (2021-03-13) | ||
* [FIX] Pushover notification may cause plugin to crash when internet connection is down | ||
## 3.3.3 (2021-03-01) | ||
@@ -7,0 +11,0 @@ |
@@ -198,3 +198,3 @@ "use strict"; | ||
if (error) { | ||
throw error; | ||
this.platform.log.warn('Pushover notification(s) failed:', error.message); | ||
} | ||
@@ -201,0 +201,0 @@ }); |
{ | ||
"displayName": "Rinnai Touch Platform", | ||
"name": "homebridge-rinnai-touch-platform", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "Homebridge Plugin to control heating/cooling via a Rinnai Touch WiFi Module", | ||
@@ -54,12 +54,12 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@types/node": "^14.14.31", | ||
"@typescript-eslint/eslint-plugin": "^4.15.2", | ||
"@typescript-eslint/parser": "^4.15.2", | ||
"eslint": "^7.21.0", | ||
"homebridge": "^1.3.1", | ||
"@types/node": "^14.14.34", | ||
"@typescript-eslint/eslint-plugin": "^4.17.0", | ||
"@typescript-eslint/parser": "^4.17.0", | ||
"eslint": "^7.22.0", | ||
"homebridge": "^1.3.3", | ||
"nodemon": "^2.0.7", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.2" | ||
"typescript": "^4.2.3" | ||
} | ||
} |
@@ -87,3 +87,3 @@ # Rinnai Touch Platform | ||
|`showModuleStatus`|No|boolean|Include the module's status in the logs|`false`| | ||
|`clearAccessoryCache`|No|boolean|Clear all the plugin's cached accessories from homebridge to force re-creation of HomeKit accessories on restart<br/>This is equivalent to deleting the `cachedAccessories` file|`false`| | ||
|`clearCache`|No|boolean|Clear all the plugin's cached accessories from homebridge to force re-creation of HomeKit accessories on restart<br/>This is equivalent to deleting the `cachedAccessories` file|`false`| | ||
|`forceAutoDiscovery`|No|boolean|Force auto-discovery of HVAC config on restart<br/>This is equivalent to deleting the `RinnaiTouchPlatform.json` file|`false`| | ||
@@ -142,3 +142,3 @@ |`mqtt`|No|object|See [MQTT.md](src/mqtt/MQTT.md) for details|| | ||
"showModuleEvents": true, | ||
"clearAccessoryCache": false, | ||
"clearCache": false, | ||
"forceAutoDiscovery": false | ||
@@ -145,0 +145,0 @@ } |
Sorry, the diff of this file is not supported yet
428393