This commit is contained in:
lixiaopeng
2021-08-18 17:05:16 +08:00
parent 6ec74b3029
commit 2170b5af18

View File

@@ -138,6 +138,7 @@ class MogoPrivateObuManager private constructor() {
WarningTypeEnum.TYPE_USECASE_ID_IVS.useCaseId -> {
alertContent = WarningTypeEnum.getWarningContent(appId)
ttsContent = WarningTypeEnum.getWarningTts(appId)
}
// 前方拥堵提醒
WarningTypeEnum.TYPE_USECASE_ID_TJW.useCaseId -> {
@@ -192,7 +193,7 @@ class MogoPrivateObuManager private constructor() {
override fun onCvxMapSpatInfoIndInfo(info: CvxMapSpatInfoIndInfo?) {
Logger.d(MogoObuConst.TAG_MOGO_OBU, "onCvxMapSpatInfoIndInfo ------> $info")
info?.let {
// handlerTrafficLight(info.status, info.ivp_threat_ext.lights)
handlerTrafficLight(info.status, info.ivp_threat_ext.lights, info.ivp_threat_info.app_id)
}
}