Closed optiluca closed 1 month ago
Also, bool comparisons with None is risky (e.g. a dimmable light with 0 brighness would suddenly stop being registered as dimmable), so fixed that as well.
Thank you, Luca. I'm going to fix the unit test.
Also, bool comparisons with None is risky (e.g. a dimmable light with 0 brighness would suddenly stop being registered as dimmable), so fixed that as well.