Observable properties behavior
Opened this issue · 0 comments
fatadel commented
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.