|  Developer
Updated on January 3, 2022

List of lua modules

Modules provided by firmware:
  • core (API to an abstract model of gateways/devices/items)
  • storage (API to a storage holding data between scripts launching)
  • scenes (API to a scenes functionality)
  • timer (API to a timers functionality)
  • network (API to a network functionality (Berkeley sockets, REST requests))
  • http (HTTP API to make HTTP-requests)
  • speaker (API to a speaker functionality)
  • security
  • http_server
Modules provided by corresponding addons: All resources allocated by a module on behalf of a plugin get released as the plugin gets restarted or updated/removed.