Skip to content

Commit 9a467b3

Browse files
authored
Remove random_byte
1 parent 347e26b commit 9a467b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/Berry.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ tasmota.remove\_rule<a class="cmnd" id="tasmota_remove_rule"></a>|`(pattern:stri
366366
tasmota.add\_driver<a class="cmnd" id="tasmota_add_driver"></a>|`(instance) ->nil`<br>Registers an instance as a driver
367367
tasmota.remove\_driver<a class="cmnd" id="tasmota_remove_driver"></a>|`(instance) ->nil`<br>Removes a driver
368368
tasmota.gc<a class="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<a class="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.
370369

371370
#### Functions used to retrieve Tasmota configuration
372371

0 commit comments

Comments
 (0)