Skip to content

Module API Reference

Reference to the module API.


  • Type: {}
  • Table that will contain all of the functions etc

  • Type: {}
  • Table that will all of the Lights found by the module

  • Type: () -> ()
  • Additial function that will be executed after the main Initialization

  • Type: Instance
  • Location where the lights will be fetched from

  • Type: {Environment}
  • A table containing all of the environment function.
  • Each function can be overwritten by manually defining them in the Environment table.

  • Type: () -> ()
  • Main Initialization function, cannot be overwritten