[8.1.4]声光电异常提醒上报

This commit is contained in:
xuxinchao
2025-07-10 11:52:34 +08:00
parent 586b19714c
commit 6ba66f5ab8
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.mogo.eagle.core.function.api.devatools
/**
* 814异常声光电上报提醒
*/
interface ICollisionRiskListener {
/**
* 声光电异常提醒
*/
fun onCollisionRisk(){}
}