You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's a bit hard to distinguish successful response with value and failed one (especially for batch requests where response code should be 200 in any case):
Currently we rely on Error property of returned object, but that's dumb :) Theoretically valid value can be object with Error property. Something like this {"OpenZWave-d32394d4-01000000024c0000":{ value: "Closed", error: {"OperationNotSupported": ...}} would probably be less confusing.
The text was updated successfully, but these errors were encountered:
Based on #520 (comment)
The text was updated successfully, but these errors were encountered: