feat: add device family to separate s3 and s4 events.
This commit is contained in:
@@ -918,6 +918,7 @@ def device_event_blastware_file(
|
||||
[ev],
|
||||
serial=serial,
|
||||
waveform_records={ev._waveform_key.hex(): rec},
|
||||
device_family="series3",
|
||||
)
|
||||
log.info(
|
||||
"blastware_file: persisted to store (%s, %d bytes)",
|
||||
@@ -2434,6 +2435,7 @@ async def db_import_blastware_file(
|
||||
ev._waveform_key.hex(): rec
|
||||
if ev._waveform_key else None
|
||||
} if ev._waveform_key else None,
|
||||
device_family="series3",
|
||||
)
|
||||
results.append({
|
||||
"filename": filename,
|
||||
@@ -2558,6 +2560,7 @@ async def db_import_idf_file(
|
||||
waveform_records={
|
||||
ev._waveform_key.hex(): rec
|
||||
} if ev._waveform_key else None,
|
||||
device_family="series4",
|
||||
)
|
||||
results.append({
|
||||
"filename": filename,
|
||||
|
||||
Reference in New Issue
Block a user