chore: remove xinda ingestion modules
This commit is contained in:
@@ -10,6 +10,5 @@ public enum ProtocolId {
|
||||
JT808,
|
||||
JT1078,
|
||||
JSATL12,
|
||||
MQTT_YUTONG,
|
||||
XINDA_PUSH
|
||||
MQTT_YUTONG
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@ public sealed interface VehicleEvent
|
||||
RealtimePayload payload
|
||||
) implements VehicleEvent {}
|
||||
|
||||
/** 纯位置事件(808 的 0x0200 / Xinda 0200 映射到此)。 */
|
||||
/** 纯位置事件(808 的 0x0200 等映射到此)。 */
|
||||
record Location(
|
||||
String eventId,
|
||||
String vin,
|
||||
|
||||
Reference in New Issue
Block a user