Hi
Are they any events generated by persistence binding like InfluxDB, RRD like ItemStateChange in openhab core? If so, what are they? Thanks
Hi
Are they any events generated by persistence binding like InfluxDB, RRD like ItemStateChange in openhab core? If so, what are they? Thanks
Persistence services themselves do not generate any events, they do react on them. There might be one special situation - when restoreOnStartup strategy is being used the PersistenceManager
might fire an additional event which is distinct from item state changes.
Ok thank you.