Search found 3 matches

by yazul
Thursday 16 January 2020 11:26
Forum: dzVents
Topic: wild-char [Solved]
Replies: 4
Views: 961

Re: wild-char [Solved]

Thanks
by yazul
Wednesday 15 January 2020 17:21
Forum: dzVents
Topic: wild-char [Solved]
Replies: 4
Views: 961

Re: wild-char [Solved]



i don't understand why this sample script fails : user variable "presence_globale" doesn't matches the pattern "presence-*" ?

From the script I cannot determine what it should print but changedalue does not exist as a valid method or attribute of an object of type variable. That is why you see ...
by yazul
Monday 13 January 2020 19:45
Forum: dzVents
Topic: wild-char [Solved]
Replies: 4
Views: 961

wild-char [Solved]

Hi, everybody !

i don't understand why this sample script fails : user variable "presence_globale" doesn't matches the pattern "presence-*" ?

return {
active= true,
on = {
variables= {
"presence-*"
}
},
logging= {
level= domoticz.LOG_DEBUG
},
execute = function(domoticz, variable ...