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
Add an optional limit query parameter to the sensor type resources. This could be used if multiple devices for a single sensor type class are connected, but only one is required. The query parameter could look like limit=n where n in [1 ..]).
This would need to be added in _saul_type_handler. Before the loop for all devices begins.
Add an optional
limit
query parameter to the sensor type resources. This could be used if multiple devices for a single sensor type class are connected, but only one is required. The query parameter could look likelimit=n
wheren
in[1 ..]
).This would need to be added in
_saul_type_handler
. Before the loop for all devices begins.Follow-Up to #8.
The text was updated successfully, but these errors were encountered: