getLampixInfo
Retrieve environment (Lampix or simulator) information.
Returns
(Promise<LampixInfo>
): A promise that fulfills with a plain descriptor object with the following properties:
id
(string): Unique ID for Lampix or simulationversion
(string): Current version of Lampix or the simulatorisSimulator
(boolean): Whether the current environment is a simulation or Lampix
Example
Last updated