Martvvliet / homebridge-mi-flora-filtered

MIT License
8 stars 4 forks source link

Fixes the deviceId equality check #21

Open skwasiborski opened 2 years ago

skwasiborski commented 2 years ago

The deviceId check incorrectly used assignment instead of equality check. For the equality check to pass correctly the deviceId provided in the config is normalised to lower case without colons.

This PR should fix issue #5.