Page 1 of 1

Incremental vs. managed counter

Posted: Monday 27 August 2018 16:44
by cincuranet
Hi, anybody knows what's the difference between incremental and managed counter?

Re: Incremental vs. managed counter

Posted: Wednesday 14 August 2019 15:04
by Wiley
Looking for that too, nothing in the manuals

Re: Incremental vs. managed counter

Posted: Wednesday 21 August 2019 21:52
by kimot
In DZVents for normal counter, you cannot send value to add to counter - only set counter value.
So if you need add value, you must read counter status ( "counter" ), add value and store new counter value. ( "updateCounter(value)"

For incremental counter you can use :

"incrementCounter(value)"

to increment couner value...