Tasmota/tasmota/berry/leds_panel/autoexec.be
2025-09-22 22:32:03 +02:00

7 lines
271 B
Plaintext

# Led panel web app
do # embed in `do` so we don't add anything to global namespace
import introspect
var leds_panel = introspect.module('leds_panel', true) # load module but don't cache
tasmota.add_driver(leds_panel, "leds_panel")
end