agmangas/wot-py

Observable properties behavior

Opened this issue · 0 comments

node-wot:

The change event for an observable property is emitted only if the new value differs from the previous one.


wot-py:

The change event for an observable property is always emitted regardless of the value.