add light switch

This commit is contained in:
lixiaopeng
2022-02-21 17:38:44 +08:00
parent 51cc70eef6
commit 617a4cc9a1
7 changed files with 54 additions and 9 deletions

View File

@@ -36,10 +36,15 @@ interface IMoGoWaringProvider {
fun setToolsViewVisibility(visibility: Int)
/**
* 控制转向灯和刹车功能
* 控制转向灯
*/
fun setTurnLightFunction(isOpen: Boolean)
/**
* 控制刹车功能
*/
fun setBrakeLightFunction(isOpen: Boolean)
/**
* 开关DebugView
*/