1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Basic implementation of the BACnet connector

This commit is contained in:
zbeacon
2020-03-10 14:50:16 +02:00
parent 86d10a11d8
commit b071031998
6 changed files with 163 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ class TBGatewayService:
"opcua": "OpcUaConnector",
"ble": "BLEConnector",
"request": "RequestConnector",
"bacnet": "BACnetConnector",
}
self._implemented_connectors = {}
self._event_storage_types = {