homebridge-plugin-wrapper
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -45,2 +45,3 @@ /* jshint -W097 */// jshint strict:false | ||
console.log('Characteristic added: ' + (accessory.displayName?accessory.displayName:accessory.UUID) + '/' + (service.displayName?service.displayName:service.UUID) + '/' + (char.displayName?char.displayName:char.UUID)); | ||
// register to characteristic-warning event to get infos on issues on characteristic | ||
} | ||
@@ -47,0 +48,0 @@ } |
@@ -5,3 +5,3 @@ "use strict"; | ||
function getVersion() { | ||
return '1.4.1'; | ||
return '1.5.0'; | ||
} | ||
@@ -8,0 +8,0 @@ exports.default = getVersion; |
{ | ||
"name": "homebridge-plugin-wrapper", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -58,2 +58,3 @@ # homebridge-plugin-wrapper | ||
* The homebridge UI/config plugins are not working. | ||
* Since homebridge 1.5.0 there might work plugins that run as ESM modules. Not sure if such modules will work with this library. | ||
@@ -69,2 +70,5 @@ ## What's changed on Homebridge/HAP-NodeJS? | ||
## Changelog | ||
### 2.3.0 (2022-08-17) | ||
* Upgrade to homebridge 1.5.0 (and hap-nodejs 0.10.2) | ||
### 2.2.1 (2022-06-22) | ||
@@ -71,0 +75,0 @@ * Fix missing include files |
2920219
40984
130