06.07.2023, 20:00
Hello, thank you for answering and sorry for the time in answering you. In total I have 9,907 Objects, my firmware version is 20211215. On the other hand, to get the number of pages and witgets use the following code which I don't know if it is correct:
Which showed me the value of:
Currently, I have deleted a large number of pages and witgets from that logic machine and the error has been solved, but if I have a doubt after how many witgets and pages that error can appear again. Thanks for everything.
Code:
result = db:getall('select count(*) FROM visfloors')
log(result)
Which showed me the value of:
Code:
* table:
[1]
* table:
["count(*)"]
* number: 4284
Currently, I have deleted a large number of pages and witgets from that logic machine and the error has been solved, but if I have a doubt after how many witgets and pages that error can appear again. Thanks for everything.