[8.2.0][opt]新增MogoMind运营面板的开关
This commit is contained in:
@@ -380,6 +380,13 @@ class TeleMsgHandler : IMsgHandler {
|
||||
)
|
||||
}
|
||||
|
||||
TelematicConstant.CONTROL_PASSENGER_AI_SWITCH -> {
|
||||
CallerTelematicListenerManager.invokeReceivedMsg(
|
||||
TelematicConstant.CONTROL_PASSENGER_AI_SWITCH,
|
||||
it.body
|
||||
)
|
||||
}
|
||||
|
||||
TelematicConstant.SHOW_TRAFFIC_LIGHT -> {
|
||||
val trafficLightJson = String(it.body)
|
||||
CallerTrafficLightListenerManager.invokeTrafficLightStatus(
|
||||
|
||||
Reference in New Issue
Block a user