【功能完善】IoT: 数据桥梁配置

This commit is contained in:
puhui999
2025-03-09 15:17:44 +08:00
parent e38b96c959
commit 82e9b1bcff
9 changed files with 374 additions and 7 deletions

View File

@@ -79,6 +79,19 @@ export interface RedisStreamMQConfig extends Config {
topic: string
}
/** 数据桥梁类型 */
export const IoTDataBridgeConfigType = {
HTTP: 'HTTP',
TCP: 'TCP',
WEBSOCKET: 'WEBSOCKET',
MQTT: 'MQTT',
DATABASE: 'DATABASE',
REDIS_STREAM: 'REDIS_STREAM',
ROCKETMQ: 'ROCKETMQ',
RABBITMQ: 'RABBITMQ',
KAFKA: 'KAFKA'
} as const
// IoT 数据桥梁 API
export const DataBridgeApi = {
// 查询IoT 数据桥梁分页