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:
@@ -68,6 +68,7 @@ class TBGatewayService:
|
||||
"opcua": "OpcUaConnector",
|
||||
"ble": "BLEConnector",
|
||||
"request": "RequestConnector",
|
||||
"bacnet": "BACnetConnector",
|
||||
}
|
||||
self._implemented_connectors = {}
|
||||
self._event_storage_types = {
|
||||
|
||||
Reference in New Issue
Block a user