fix(消息通知模块): 修复场景联动设备告警短信通知无法发送问题 (#525)
This commit is contained in:
parent
fdd8f4004c
commit
fee733672c
|
|
@ -122,7 +122,7 @@ public class AlarmProvider implements SubscriberProvider {
|
|||
//todo 根据配置来获取输出数据
|
||||
return Flux.just(
|
||||
SimplePropertyMetadata.of("targetType", "告警类型", StringType.GLOBAL),
|
||||
SimplePropertyMetadata.of("alarmName", "告警名称", StringType.GLOBAL),
|
||||
SimplePropertyMetadata.of("alarmConfigName", "告警名称", StringType.GLOBAL),
|
||||
SimplePropertyMetadata.of("targetName", "目标名称", StringType.GLOBAL)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue