1.0.16 • Published 1 year ago

andon v1.0.16

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

Example Usage

import {Andon, data, docs} from "overall-equipment-effectiveness";

const andon = new Andon(data);

console.log(andon.getBySignal("Green"));
console.log(andon.getByIdentifier("CNC Lathe Mazak QT-100"));
andon.setSignal("CNC Lathe Mazak QT-100", "Blue", () => console.log("Signal changed!"));
andon.setAlert("CNC Lathe Mazak QT-100", "Machine is overheating.");
console.log(andon.getByIdentifier("CNC Lathe Mazak QT-100"));
console.log(andon.sort({sortKey: "identifier", sortOrder: "asc", matchWord: "CNC Lathe", matchSignal: "Blue"}));
console.log(andon.search("CNC Lathe", "Blue"));
console.log(docs);
console.log(andon.getSignalCounts());
1.0.16

1 year ago

1.0.9

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago