fix bug tts of callchat and trafficlight code
This commit is contained in:
zhongchao
2021-11-15 20:14:41 +08:00
parent 9deee6d58c
commit 0da4b20852
7 changed files with 61 additions and 25 deletions

View File

@@ -63,6 +63,11 @@ interface IMoGoWaringProvider {
*/
fun showWarningTrafficLight(checkLightId: Int)
/**
* 红绿灯是否展示
*/
fun isWarningTrafficLightShow():Boolean
/**
* 关闭红绿灯预警
*/