feat: add aveiro cash units to the devices table
feat: change data fetching to accomodate the new cash units
This commit is contained in:
parent
06f534fa48
commit
211c4b1ea7
19 changed files with 1011 additions and 155 deletions
|
|
@ -25,9 +25,19 @@ const GET_MACHINES = gql`
|
|||
pairedAt
|
||||
version
|
||||
paired
|
||||
cashbox
|
||||
cassette1
|
||||
cassette2
|
||||
cashUnits {
|
||||
cashbox
|
||||
cassette1
|
||||
cassette2
|
||||
cassette3
|
||||
cassette4
|
||||
stacker1f
|
||||
stacker1r
|
||||
stacker2f
|
||||
stacker2r
|
||||
stacker3f
|
||||
stacker3r
|
||||
}
|
||||
version
|
||||
model
|
||||
statuses {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue