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
-2
View File
@@ -14,8 +14,6 @@ const cmdTable = [
{cmd: 'getoneproperty', func: getProps.getOneProperty},
{cmd: 'getakwdata', func: getAKWs.getakwdata},
{cmd: 'getaddress', func: holAddr.getAddress},
{cmd: 'getradiodata', func: radioact.getRadioData},
{cmd: 'getnoisedata', func: noise.getNoiseData},
{cmd: 'getsensordata', func: getData.getSensorData}
]