Skip to content

Environment Variables

Ajay Ramachandran edited this page Oct 10, 2020 · 9 revisions

NO_LOGS: Disable logging to a file. See here

SKIP_INIT: Don't wait for sensors to initialize before switching to the first state.

NO_SOCKET_CONTROL: Disable TCP server that can control the states remotely

TESTING: Enable sensor testing and load sensor data from a testing file instead of real sensors. See here

Setup

On Linux/WSL:

Set: export <variable-Name>=1

Unset: unset <variable-Name>

You can also set this up with Vscode

Clone this wiki locally