perf: 【IoT 物联网】场景联动执行器和触发器的参数值类型都调整为了字符串类型
This commit is contained in:
@@ -175,7 +175,7 @@ interface Action {
|
||||
productId?: number // 产品编号
|
||||
deviceId?: number // 设备编号
|
||||
identifier?: string // 物模型标识符(服务调用时使用)
|
||||
params?: Record<string, any> // 请求参数
|
||||
params?: string // 请求参数
|
||||
alertConfigId?: number // 告警配置编号
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user