mdbergmann / chipi

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

Only change item value when value is different than old value #4

Closed mdbergmann closed 10 months ago

mdbergmann commented 10 months ago

When new item value is not different, then it should also not push to bindings and be persisted.

mdbergmann commented 10 months ago

Fixed with 0ebc6ec