Berry add tasmota.global

This commit is contained in:
Stephan Hadinger committed 2021-09-30 19:51:40 +02:00
1 parent 86e72bbedd
commit a21e4a58fc
15 files changed
+2103 -2015

No files matched your search

@@ -17,6 +17,12 @@ end
tasmota = nil
class Tasmota
var global # mapping to TasmotaGlobal
def init()
# instanciate the mapping object to TasmotaGlobal
self.global = ctypes_bytes_dyn(self._global_addr, self._global_def)
end
# add `chars_in_string(s:string,c:string) -> int``
# looks for any char in c, and return the position of the first char