-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Statement
I want to be able to change the sampling rate of a particular sensor, so that if I need more measurement or need fewer measurements, I can specify so
Background
some types of sensors will not experience constant fluctuation (e.g humidity sensors) and can be set to have a low sampling rate (long time between measurements), others will need high sampling rates (e.g. motion detector) , or even the user may want to adjust in case of odd measurements (adjust granularity in order to make sense of some irregular variance
Acceptance Criteria
- For a given sensor I should be able to pass a command that specifies the number of measurements to take per unit of time
- The range in frequency can be between many times a second to once every few hours
- I should receive confirmation that this command was successful