Browse Source
Update AlarmNotifyMessageHandler.java
pull/484/head
Krehizi
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/event/request/impl/message/notify/cmd/AlarmNotifyMessageHandler.java
|
@ -231,7 +231,7 @@ public class AlarmNotifyMessageHandler extends SIPRequestProcessorParent impleme |
|
|
* 处理报警回调外部接口处理 |
|
|
* 处理报警回调外部接口处理 |
|
|
* @param alarmSource 报警来源,device/platfrom |
|
|
* @param alarmSource 报警来源,device/platfrom |
|
|
* @param device 报警设备 |
|
|
* @param device 报警设备 |
|
|
* @param device 报警平台 |
|
|
* @param parentPlatform 报警平台 |
|
|
* @param deviceAlarm 报警内容 |
|
|
* @param deviceAlarm 报警内容 |
|
|
*/ |
|
|
*/ |
|
|
private void alarmCallback(String alarmSource, Device device, ParentPlatform parentPlatform, DeviceAlarm deviceAlarm){ |
|
|
private void alarmCallback(String alarmSource, Device device, ParentPlatform parentPlatform, DeviceAlarm deviceAlarm){ |
|
|