node-wot
node-wot copied to clipboard
Reading/writing all/multiple properties need to check for op value
At the moment the implementation for readMultipleproperties() iterates over all readable properties and returns the result.
In fact it should find a form with op readmultipleproperties
and report the result.
Similar updates are necessary for readallproperties
and writemultipleproperties
.