homebridge-zencontrol-tpi 1.1.0-next.4 → 1.1.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/platform.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/platform.js
CHANGED
|
@@ -296,7 +296,7 @@ export class ZencontrolTPIPlatform {
|
|
|
296
296
|
return acc;
|
|
297
297
|
}
|
|
298
298
|
addBlindAccessory({ address, label, model, serial }) {
|
|
299
|
-
const uuid = this.api.hap.uuid.generate(`
|
|
299
|
+
const uuid = this.api.hap.uuid.generate(`blind @ ${address}`);
|
|
300
300
|
const existingAccessory = this.accessories.get(uuid);
|
|
301
301
|
let acc;
|
|
302
302
|
if (existingAccessory) {
|