[Update]启用多屏功能

This commit is contained in:
chenfufeng
2022-03-02 20:03:22 +08:00
parent f2e8608e08
commit b8b705e8a2
8 changed files with 220 additions and 90 deletions

View File

@@ -124,5 +124,4 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
* isEnable = false 关闭
*/
fun setControlAutopilotCarAuto(isEnable: Boolean)
}

View File

@@ -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
}