fix: 微信小程序接口对接,测试问题修复。
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
# ==================== 告警配置示例 ====================
|
||||
# 将以下配置添加到 application.yml 或 application-dev.yml 中
|
||||
|
||||
# 告警阈值配置
|
||||
alarm:
|
||||
threshold:
|
||||
# 溶解氧阈值(mg/L)
|
||||
dissolved-oxygen:
|
||||
min: 4.0 # 最低阈值
|
||||
max: 15.0 # 最高阈值
|
||||
|
||||
# 温度阈值(℃)
|
||||
temperature:
|
||||
min: 10.0 # 最低阈值
|
||||
max: 35.0 # 最高阈值
|
||||
|
||||
# pH值阈值
|
||||
ph:
|
||||
min: 6.5 # 最低阈值
|
||||
max: 8.5 # 最高阈值
|
||||
|
||||
# 盐度阈值
|
||||
salinity:
|
||||
max: 35.0 # 最高阈值
|
||||
|
||||
# 电池电量阈值(%)
|
||||
battery:
|
||||
min: 20.0 # 最低阈值
|
||||
|
||||
# 告警通知配置
|
||||
notification:
|
||||
interval: 30 # 告警通知间隔时间(分钟),同一设备在此时间内不会重复发送通知
|
||||
@@ -224,7 +224,7 @@ aliyun:
|
||||
# 1-水质检测仪 ProductKey(请填写实际的 ProductKey)
|
||||
water-quality-monitor: a15hA3oBPmB # TODO: 请替换为实际的水质检测仪 ProductKey
|
||||
# 2-控制一体机 ProductKey(请填写实际的 ProductKey)
|
||||
control-integrated: a15hA3oBPmB # TODO: 请替换为实际的控制一体机 ProductKey
|
||||
control-integrated: a1Xj9dagTIx # TODO: 请替换为实际的控制一体机 ProductKey
|
||||
# AMQP 服务端订阅配置(使用数据同步的 AppKey + AppSecret)
|
||||
amqp:
|
||||
# 是否启用
|
||||
|
||||
Reference in New Issue
Block a user