IOT-DSA/sdk-dslink-dart

Setting a node's writable permission to never does not work.

Opened this issue · 0 comments

If I write a node and set $writable to write. It works as expected.

If I omit the declaration, it works as expected (not writable).
If I set $writable to never, I can still write the value with an @ set command.