Release prep: 54 engines, self-hosted signatures, i18n, dashboard updates

This commit is contained in:
DmitrL-dev 2026-03-23 16:45:40 +10:00
parent 694e32be26
commit 41cbfd6e0a
178 changed files with 36008 additions and 399 deletions

View file

@ -49,6 +49,7 @@ const (
// Sensor represents a registered sensor in the SOC (§11.3).
type Sensor struct {
SensorID string `json:"sensor_id"`
TenantID string `json:"tenant_id,omitempty"`
SensorType SensorType `json:"sensor_type"`
Status SensorStatus `json:"status"`
FirstSeen time.Time `json:"first_seen"`