SensorError
Error records reported by sensors.
Entity: SensorError
Description
Error records reported by sensors.
Attributes
| Attribute | Type / Unit | Description |
|---|---|---|
SEID | PK (UUID/string) | Sensor error id. |
SID | FK → Sensor(SID) | Source sensor. |
error_text | text | Error payload/message. |
Keys
- Primary Key:
SEID - Foreign Keys:
SID→Sensor.SID - Unique Keys: —