collect device metrics telemetry
This commit is contained in:
parent
03c8215342
commit
a9c129cea0
3 changed files with 47 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ model Node {
|
|||
longitude Int?
|
||||
altitude Int?
|
||||
|
||||
battery_level Int?
|
||||
voltage Decimal?
|
||||
channel_utilization Decimal?
|
||||
air_util_tx Decimal?
|
||||
|
||||
created_at DateTime @default(now())
|
||||
updated_at DateTime @default(now()) @updatedAt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue