Page 1 of 1

dzvents wiki

Posted: Sunday 21 January 2024 16:11
by HvdW
In the wiki I couldn't find the explanation of = , == , >= , <= and ~=
Not a big problem but it would be nice to have it mentioned somewhere especialy because the ~= sign in dzvents is different than in f.i. python, C and Java

Re: dzvents wiki

Posted: Sunday 21 January 2024 17:52
by boum
dzVents is a Lua API to domoticz (as explained in the wiki introduction)
the wiki is there to explain the API and domoticz specifics, not Lua syntax. if you want to learn Lua, you can find lots of web resources, but first there is https://www.lua.org/pil/contents.html as a good starting point
(maybe this could be added to the wiki)
HvdW wrote: In the wiki I couldn't find the explanation of = , == , >= , <= and ~=
for example, those are explained in https://www.lua.org/pil/3.2.html

Re: dzvents wiki

Posted: Sunday 21 January 2024 20:06
by willemd
Nevertheless it is a good suggestion. The ~= operator also took me some time to figure out.