feat: receive numberOfCassettes from machine
feat: save numberOfCassettes on devices table feat: make CashCassettes dynamic with the number of cassettes
This commit is contained in:
parent
0a3b78f75e
commit
6d6c8adabd
6 changed files with 41 additions and 83 deletions
|
|
@ -79,6 +79,7 @@ const typeDefs = gql`
|
|||
cassette2: Int
|
||||
cassette3: Int
|
||||
cassette4: Int
|
||||
numberOfCassettes: Int
|
||||
statuses: [MachineStatus]
|
||||
latestEvent: MachineEvent
|
||||
downloadSpeed: String
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue