bacnet/bacnet.py
2020-07-13 Edouard Tisserant Python Runtime: order of execution of extension's init() and cleanup() now reflects order of appearance of extensions in configuration tree.
2020-06-12 Edouard Tisserant BACnet and Modbus: Remove additional loading and unloading, use the one already in place for extensions.
2020-05-28 Mario de Sousa BACnet plugin: Add web interface for online parameter configuration
2018-10-03 Andrey Skvortsov Fix 'msgid' format string with unnamed arguments cannot be properly localized
2018-10-02 Edouard Tisserant Please pylint and pep8
2018-08-08 Edouard Tisserant Passed bacnet*.py through autopep8, and attemped to fix manually what went wrong + fixed pylint complains
2018-06-08 Edouard Tisserant Add BACnet extension from Mario de Sousa <msousa@fe.up.pt>