steveredden / homebridge-kasa-lightstrip

A homebridge plugin for controlling Kasa Light Strips :zap:
MIT License
2 stars 1 forks source link

accessories restored from cache do not operate #1

Closed steveredden closed 2 years ago

steveredden commented 3 years ago

Only freshly created accessories are executing the necessary get/set commands.

image

Need to figure out how to get the

configureAccessory(accessory) {
        this.accessories.push(accessory);
    }

...block to also initiate the update function

steveredden commented 2 years ago

Should be fixed via

https://github.com/steveredden/homebridge-kasa-lightstrip/commit/7bfe7b3bb2bed5b28996e6d7aa62edc70628e5e7