feat: add device family to separate s3 and s4 events.

This commit is contained in:
2026-05-20 06:15:50 +00:00
parent 3265ad6fa3
commit e95ac692ee
6 changed files with 76 additions and 14 deletions
+1
View File
@@ -326,6 +326,7 @@ def main(argv=None) -> int:
}}
if ev._waveform_key else None
),
device_family="series3",
)
except Exception as exc:
log.warning("DB upsert failed for %s: %s", path.name, exc)