[Update]启用多屏功能
This commit is contained in:
@@ -124,5 +124,4 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
|
||||
* isEnable = false 关闭
|
||||
*/
|
||||
fun setControlAutopilotCarAuto(isEnable: Boolean)
|
||||
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
package com.mogo.eagle.core.function.api.telematic
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider
|
||||
|
||||
interface IMogoTelematicProvider: IProvider {
|
||||
fun getServerStarted(): Boolean
|
||||
|
||||
fun getClientConnStatus(): Boolean
|
||||
|
||||
fun getServerIp(): String
|
||||
|
||||
fun getServerToken(): String
|
||||
}
|
||||
Reference in New Issue
Block a user