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
Check for correct props earlier, only chose it if this matches
Idea is to filter by included list or user supplied uuid AND filter by required permission flags, instead of asserting this later. Result should be exactly one, raise otherwise.
If < 1: No characteristic with {req_prop} property found!
if > 1: Multiple matching {type} characteristics found, please specify one
Include options with details in log, especially on error.
The text was updated successfully, but these errors were encountered:
write
property, for Characteristic without write-without-response property #27Idea is to filter by included list or user supplied uuid AND filter by required permission flags, instead of
assert
ing this later. Result should be exactly one, raise otherwise.If < 1:
No characteristic with {req_prop} property found!
if > 1:
Multiple matching {type} characteristics found, please specify one
Include options with details in log, especially on error.
The text was updated successfully, but these errors were encountered: