Twin Config

The EmulatorModule requires a basic configuration, with the following properties:

  • Enabled: Controls whether emulations are enabled or disabled alltogether.

  • AutoStart: Controls whether emulations should start automatically when the module starts.

Here is an example of a twin configuration:

"settings": {
    "enabled": true,
    "autoStart": true
}

Last updated

Was this helpful?