features.py
changeset 2020 6dddf3070806
parent 1911 c1298e7ffe3a
child 2165 02a2b5dee5e3
--- a/features.py	Fri Jun 08 09:43:48 2018 +0200
+++ b/features.py	Fri Jun 08 13:28:00 2018 +0200
@@ -29,6 +29,7 @@
 
 catalog = [
     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
+    ('bacnet', _('Bacnet support'), _('Map located variables over Bacnet'), 'bacnet.bacnet.RootClass'),
     ('modbus', _('Modbus support'), _('Map located variables over Modbus'), 'modbus.modbus.RootClass'),
     ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),