bacnet/bacnet.py
Wed, 12 May 2021 11:36:56 +0200 Edouard Tisserant Add ThirPartyPath call in util.path module, so that individual extensions don't have to each implement same logic to find dependencies
Mon, 13 Jul 2020 13:56:42 +0200 Edouard Tisserant Python Runtime: order of execution of extension's init() and cleanup() now reflects order of appearance of extensions in configuration tree.
Fri, 12 Jun 2020 10:30:23 +0200 Edouard Tisserant BACnet and Modbus: Remove additional loading and unloading, use the one already in place for extensions.
Thu, 28 May 2020 11:15:22 +0100 Mario de Sousa BACnet plugin: Add web interface for online parameter configuration
Wed, 03 Oct 2018 14:19:41 +0300 Andrey Skvortsov Fix 'msgid' format string with unnamed arguments cannot be properly localized
Wed, 03 Oct 2018 00:05:32 +0200 Edouard Tisserant Please pylint and pep8
Wed, 08 Aug 2018 13:26:48 +0200 Edouard Tisserant Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains
Fri, 08 Jun 2018 13:28:00 +0200 Edouard Tisserant Add BACnet extension from Mario de Sousa <msousa@fe.up.pt>