Tables simplified
idea_xxx entfernt utilities/commands.js - unnecessary entries removed sensorspecials/noise.js - unnecessary entries in whatTable removed
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
||||||
# Datasource local storage ignored files
|
|
||||||
/dataSources/
|
|
||||||
/dataSources.local.xml
|
|
||||||
# Editor-based HTTP Client requests
|
|
||||||
/httpRequests/
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="WEB_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager">
|
|
||||||
<content url="file://$MODULE_DIR$/../SensorApi" />
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="JavaScriptLibraryMappings">
|
|
||||||
<includedPredefinedLibrary name="Node.js Core" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/untitled1.iml" filepath="$PROJECT_DIR$/.idea/untitled1.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="bin/www" type="NodeJSConfigurationType" path-to-js-file="bin/www.js" working-dir="$PROJECT_DIR$">
|
|
||||||
<envs>
|
|
||||||
<env name="DEBUG" value="sensorapi:*" />
|
|
||||||
</envs>
|
|
||||||
<EXTENSION ID="com.jetbrains.nodejs.run.NodeJSStartBrowserRunConfigurationExtension">
|
|
||||||
<browser url="http://localhost:3000/" />
|
|
||||||
</EXTENSION>
|
|
||||||
<method v="2" />
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
@@ -433,7 +433,6 @@ const whatTable = [
|
|||||||
{'what':'lden', 'span': 30, 'daystart': true, avg: null, 'func': getLdenData},
|
{'what':'lden', 'span': 30, 'daystart': true, avg: null, 'func': getLdenData},
|
||||||
{'what':'props', 'span': 0, 'daystart': true, avg: null, 'func': getAPIprops},
|
{'what':'props', 'span': 0, 'daystart': true, avg: null, 'func': getAPIprops},
|
||||||
{'what':'mapdata', 'span': 0, 'daystart': false, avg: null, 'func': getMAPaktData},
|
{'what':'mapdata', 'span': 0, 'daystart': false, avg: null, 'func': getMAPaktData},
|
||||||
{'what':'', 'span': 0, 'daystart': true, avg: null, 'func': null},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ const cmdTable = [
|
|||||||
{cmd: 'getoneproperty', func: getProps.getOneProperty},
|
{cmd: 'getoneproperty', func: getProps.getOneProperty},
|
||||||
{cmd: 'getakwdata', func: getAKWs.getakwdata},
|
{cmd: 'getakwdata', func: getAKWs.getakwdata},
|
||||||
{cmd: 'getaddress', func: holAddr.getAddress},
|
{cmd: 'getaddress', func: holAddr.getAddress},
|
||||||
{cmd: 'getradiodata', func: radioact.getRadioData},
|
|
||||||
{cmd: 'getnoisedata', func: noise.getNoiseData},
|
|
||||||
{cmd: 'getsensordata', func: getData.getSensorData}
|
{cmd: 'getsensordata', func: getData.getSensorData}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user