Type alias LoadConfigStrategy

LoadConfigStrategy: "merge" | "replace"

Strategy for loading configuration onto the device (config.csv file).

  • 'merge' : Merge the provided config with the existing device configuration.
  • 'replace' : Completely replace the device configuration with the provided config.

Generated using TypeDoc