Archived
2

implementation of measurement fields

This commit is contained in:
VLE2FE
2020-06-30 14:16:37 +02:00
parent 52eb828bea
commit 8cf1c14d88
7 changed files with 145 additions and 26 deletions

View File

@ -32,10 +32,10 @@ async function main() {
await allSamples();
await saveSamples();
}
else if (0) { // DPT
else if (1) { // DPT
await allDpts();
}
else if (1) { // KF/VZ
else if (0) { // KF/VZ
await importCsv();
await allKfVz();
}