feat: ping time internet quality measurement

This commit is contained in:
José Oliveira 2021-08-30 18:40:12 +01:00 committed by Josh Harvey
parent f2f146265e
commit 515d02dd21
7 changed files with 162 additions and 17 deletions

View file

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