mdbergmann / chipi

House automation bus in Common Lisp
Apache License 2.0
7 stars 0 forks source link

Update persistence instance (when re-evaluated) on items #6

Open mdbergmann opened 7 months ago

mdbergmann commented 7 months ago

Currently, when a persistence definition is re-evaluated it will end up wit a new persistence instance in persistences. But items still hold the previous instance which is not usable anymore.