update
Took 4 hours 31 minutes
This commit is contained in:
@ -43,6 +43,11 @@ router.ws('/', async (ws, req, next) => {
|
||||
log(msg);
|
||||
|
||||
switch (msg.event) {
|
||||
case WebSocketEvent.FILL : {
|
||||
iTender.setStatus(iTenderStatus.FILLING);
|
||||
break;
|
||||
}
|
||||
|
||||
case WebSocketEvent.TARE: {
|
||||
if (msg.data["state"] == true) {
|
||||
iTender.toggleTare(true);
|
||||
|
Reference in New Issue
Block a user