[8.2.2][feat]新增B2美化呈现开关
This commit is contained in:
@@ -387,6 +387,13 @@ class TeleMsgHandler : IMsgHandler {
|
||||
)
|
||||
}
|
||||
|
||||
TelematicConstant.CONTROL_B2_PRETTIFY_SWITCH -> {
|
||||
CallerTelematicListenerManager.invokeReceivedMsg(
|
||||
TelematicConstant.CONTROL_B2_PRETTIFY_SWITCH,
|
||||
it.body
|
||||
)
|
||||
}
|
||||
|
||||
TelematicConstant.SHOW_TRAFFIC_LIGHT -> {
|
||||
val trafficLightJson = String(it.body)
|
||||
CallerTrafficLightListenerManager.invokeTrafficLightStatus(
|
||||
|
||||
Reference in New Issue
Block a user