kardia-as / zigpy-zboss

GNU General Public License v3.0
36 stars 4 forks source link

baudrate and flow_control keys added to zigpy config new centralized probe function? #33

Open Hedda opened 8 months ago

Hedda commented 8 months ago

FYI, baudrate and flow_control keys have been added to zigpy config as a new centralized probe function from 0.60.0 onwards:

https://github.com/zigpy/zigpy/pull/1287

zigpy 0.60.0 has also implemented connection_lost to let the radio libraries know when should run their own reconnection logic:

https://github.com/zigpy/zigpy/pull/1277

Does/will zigpy-zboss support those?