[6.5.0][道路事件] 绿波通行业务逻辑

This commit is contained in:
renwj
2024-07-03 19:50:49 +08:00
parent fd087758c9
commit de4d758930
10 changed files with 190 additions and 31 deletions

View File

@@ -217,4 +217,14 @@ interface IMoGoHmiProvider :IProvider{
* 通知小智形象要变化了
*/
fun notifyXiaoZhiStatusChanged(event: Event, state: State)
/**
* 展示绿波通行弹窗
*/
fun showGreenWave(min: Int, max: Int, cross: Int)
/**
* 隐藏绿波通弹窗
*/
fun dismissGreenWave()
}