add turn light

This commit is contained in:
lixiaopeng
2022-01-07 14:52:52 +08:00
parent 34f3f0fcfe
commit 3a2905d430
5 changed files with 67 additions and 4 deletions

View File

@@ -148,4 +148,15 @@ interface IMoGoWaringProvider {
fun showToolsView()
fun hideToolsView()
/**
* 展示转向灯
*/
fun showTurnLight(light: Int)
/**
* 展示刹车灯
*/
fun showBrakeLight(brakeLight: Int)
}