[2.13.2] 修改事件类型冲突

This commit is contained in:
lixiaopeng
2023-01-11 14:47:18 +08:00
parent c57e9d86e8
commit d760154a89
2 changed files with 6 additions and 19 deletions

View File

@@ -130,7 +130,7 @@ enum class EventTypeEnumNew(
// 红绿灯事件、一种是绿灯不足3秒
ALERT_TRAFFIC_LIGHT_WARNING("99996"),
// 故障车辆
// 故障车辆 TODO
ALERT_CAR_TROUBLE_WARNING("20007"),
// 疲劳驾驶
@@ -150,7 +150,7 @@ enum class EventTypeEnumNew(
//-------------obu v2n start ------------>
TYPE_USECASE_ID_FCW(
2000.toString(),
2010.toString(),
"前向碰撞预警",
poiTypeSrcVr = R.drawable.icon_warning_v2x_collision_warning,
content = "前车碰撞预警",