You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tasmota.add\_driver<aclass="cmnd"id="tasmota_add_driver"></a>|`(instance) ->nil`<br>Registers an instance as a driver
367
367
tasmota.remove\_driver<aclass="cmnd"id="tasmota_remove_driver"></a>|`(instance) ->nil`<br>Removes a driver
368
368
tasmota.gc<aclass="cmnd"id="tasmota_gc"></a>|`() -> int`<br>Triggers garbage collection of Berry objects and returns the bytes currently allocated. This is for debug only and shouldn't be normally used. `gc` is otherwise automatically triggered when necessary.
369
-
tasmota.random\_byte<aclass="cmnd"id="tasmota_random_byte"></a>|`() -> int`<br>Generates a random byte (0..255) using ESP32 internal high quality hardware seeded random generator. This source is supposed to be suitable for the generation of encryption keys.
370
369
371
370
#### Functions used to retrieve Tasmota configuration
0 commit comments