feat: add stacker counter field to the machine
feat: use the stacker amount to properly render the cash cassettes table feat: add stacker notifications to the plugins backend
This commit is contained in:
parent
211c4b1ea7
commit
2638bd1717
14 changed files with 519 additions and 138 deletions
|
|
@ -35,6 +35,7 @@ function toMachineObject (r) {
|
|||
stacker3r: r.stacker3r
|
||||
},
|
||||
numberOfCassettes: r.number_of_cassettes,
|
||||
numberOfStackers: r.number_of_stackers,
|
||||
version: r.version,
|
||||
model: r.model,
|
||||
pairedAt: new Date(r.created),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue