Tables simplified

idea_xxx entfernt

utilities/commands.js
   - unnecessary entries removed

sensorspecials/noise.js
   - unnecessary entries in whatTable removed
This commit is contained in:
rxf
2023-03-08 16:22:03 +01:00
parent 0b6959d4f6
commit acad6d8276
8 changed files with 0 additions and 50 deletions
-1
View File
@@ -433,7 +433,6 @@ const whatTable = [
{'what':'lden', 'span': 30, 'daystart': true, avg: null, 'func': getLdenData},
{'what':'props', 'span': 0, 'daystart': true, avg: null, 'func': getAPIprops},
{'what':'mapdata', 'span': 0, 'daystart': false, avg: null, 'func': getMAPaktData},
{'what':'', 'span': 0, 'daystart': true, avg: null, 'func': null},
];