mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
41 lines
729 B
YAML
41 lines
729 B
YAML
thingsboard:
|
|
host: 127.0.0.1
|
|
port: 1883
|
|
security:
|
|
accessToken: FUH2Fonov6eajSHi0Zyw
|
|
storage:
|
|
type: memory
|
|
read_records_count: 10
|
|
max_records_count: 1000
|
|
connectors:
|
|
|
|
-
|
|
name: MQTT Broker Connector
|
|
type: mqtt
|
|
configuration: mqtt.json
|
|
|
|
# -
|
|
# name: Modbus Connector
|
|
# type: modbus
|
|
# configuration: modbus.json
|
|
#
|
|
# -
|
|
# name: Modbus Connector
|
|
# type: modbus
|
|
# configuration: modbus_serial.json
|
|
#
|
|
# -
|
|
# name: BLE Connector
|
|
# type: ble
|
|
# configuration: ble.json
|
|
#
|
|
# -
|
|
# name: OPC-UA Connector
|
|
# type: opcua
|
|
# configuration: opcua.json
|
|
#
|
|
# -
|
|
# name: Custom Serial Connector
|
|
# type: serial
|
|
# configuration: custom_serial.json
|
|
# class: CustomSerialConnector |