feat: machine performance indicators
This commit is contained in:
parent
9896b44178
commit
1a166bc279
9 changed files with 189 additions and 23 deletions
|
|
@ -19,6 +19,9 @@ const typeDef = gql`
|
|||
cassette2: Int
|
||||
statuses: [MachineStatus]
|
||||
latestEvent: MachineEvent
|
||||
downloadSpeed: String
|
||||
responseTime: String
|
||||
packetLoss: String
|
||||
}
|
||||
|
||||
type MachineEvent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue