zigbeefordomoticz / Domoticz-Zigbee

Zigbee plugin for Domoticz. Allow to connect various zigbee controllers like Zigate but also Texas Instrument CC2531, CC13x2, CC26x2 ; Silicon-Labs; deConz based chipset to be connected to Domoticz
GNU General Public License v3.0
98 stars 43 forks source link

Start webUI server on a dedicate thread. #1743

Closed pipiche38 closed 2 weeks ago

pipiche38 commented 1 month ago

This will prevent blocking the main thread.

https://devtut.github.io/python/python-http-server.html#programmatic-api-of-simplehttpserver

pipiche38 commented 2 weeks ago

PR #1751