feat: machine performance indicators

This commit is contained in:
José Oliveira 2021-07-16 03:22:47 +01:00 committed by Josh Harvey
parent 9896b44178
commit 1a166bc279
9 changed files with 189 additions and 23 deletions

View file

@ -19,6 +19,9 @@ const typeDef = gql`
cassette2: Int
statuses: [MachineStatus]
latestEvent: MachineEvent
downloadSpeed: String
responseTime: String
packetLoss: String
}
type MachineEvent {