starkillerOG / motion-blinds

Python library for interfacing with Motion Blinds
MIT License
22 stars 9 forks source link

Allow gateway and blind to have the same mac address #43

Closed kopasiak closed 7 months ago

kopasiak commented 7 months ago

In the Krispol gate drive the gateway and the blind is reported using the same mac address. This isn't an issue for synchronous API but when using the asyncio the blind callback was never triggered.

This commit makes us process both gateway and blind callbacks if they are reported with the same MAC address.

starkillerOG commented 7 months ago

@kopasiak thanks for finding this bug!