Hi everybody
I have created a small binding that polls a smart meter.
Currently the binding is just polling the meter at a configured interval in seconds.
However I would like to allow the user to configure the interval with a Cron expression.
But I am unsure how to implement this.
Is there something in the API I can use to easily do this or some other way to do this without to much work ?
Thanks