Modules: Difference between revisions

10 bytes removed ,  16:03, 21 February 2023
m
Line 23: Line 23:
In addition to the true modules which are equivalent to commands, there are commands which are strictly spoken not modules because they do not comprise a single functionality:
In addition to the true modules which are equivalent to commands, there are commands which are strictly spoken not modules because they do not comprise a single functionality:
#[[Website Generator|Website]] => generates the website which consists of all modules, the inclusion of the libraries is embedded in website's index.html.
#[[Website Generator|Website]] => generates the website which consists of all modules, the inclusion of the libraries is embedded in website's index.html.
#[[All]] => generates all modules without the context of the website, the inclusion of the libraries is embedded in the generated files.
#[[UserAskedData]] => a specific command used for generating JSON datafiles when required by other modules (Compiler and/or AirLink)
#[[UserAskedData]] => a specific command used for generating JSON datafiles when required by other modules (Compiler and/or AirLink)
#[[Extra Sensors|ExtraSensors]] => a command to generate the ExtraSensors module but which implicitly activates the compiler.
#[[ChartsCompiler|CompileOnly]] => a command which activates the compiler only. This is a very specific command with more than one effect. Please check out its own page.
#[[ChartsCompiler|CompileOnly]] => a command which activates the compiler only. This is a very specific command with more than one effect. Please check out its own page.