pradeepmouli / homebridge-isy-js

Homebridge platform plugin for the ISY series of home controllers from Universal Devices.
MIT License
28 stars 9 forks source link

Default rule not excluding/hiding devices #17

Closed apnar closed 4 years ago

apnar commented 4 years ago

First of all, awesome work on this project. Really like all the new work you've put in, thank you.

I've been testing with the recently released v0.5.0-rc2. Using a very basic config that only has the default rule of hiding all devices via the Gui configurator. Unfortunately, it doesn't seem to have any effect as all devices are still included. I also tried switching the setting to see if they were simply reversed but all devices were still included.

section of the config file:

"deviceDefaults": {
                "filter": {
                    "filterType": "name"
                },
                "exclude": true
            },
apnar commented 4 years ago

Fixed in homebridge-isy v0.5.0-rc4. Thanks!