1.0.16 • Published 11 months ago

andon v1.0.16

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
11 months 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

11 months ago

1.0.9

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.8

12 months 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