save temperature, humidity and pressure to nodes table

This commit is contained in:
liamcottle
2024-06-07 00:12:53 +12:00
parent b2321a7268
commit d71b03f0d8
3 changed files with 13 additions and 0 deletions

View File

@ -40,6 +40,10 @@ model Node {
air_util_tx Decimal?
uptime_seconds BigInt?
temperature Decimal?
relative_humidity Decimal?
barometric_pressure Decimal?
neighbour_broadcast_interval_secs Int?
neighbours Json?
neighbours_updated_at DateTime?