collect and show mqtt state for nodes
This commit is contained in:
@ -36,6 +36,9 @@ model Node {
|
||||
neighbours Json?
|
||||
neighbours_updated_at DateTime?
|
||||
|
||||
mqtt_connection_state String?
|
||||
mqtt_connection_state_updated_at DateTime?
|
||||
|
||||
created_at DateTime @default(now())
|
||||
updated_at DateTime @default(now()) @updatedAt
|
||||
|
||||
|
Reference in New Issue
Block a user