-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement SamplingRate JS example #99
Labels
Comments
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 5, 2020
Displays Sensor rate and status data Can Update status (On, Off, Handled by device) and sampling period value Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 5, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 7, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 7, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 7, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 7, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 7, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 8, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 8, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 8, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
shubham11107
pushed a commit
to shubham11107/astarte
that referenced
this issue
May 19, 2020
Displays Sensor rate and status data Can Update status and sampling period configuration Uses "SamplingRate", "Values" interfaces in this example Fix astarte-platform#99 Signed-off-by: Shubham Wadhwa <shubham.wadhwa@ispirata.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Implement a JavaScript example which allows to enable and disable sensors and to configure sampling period.
The example should use
cloud.astarte.genericsensors.SamplingRate
properties interface. It would be useful to implement it using React as well.See also #86
The text was updated successfully, but these errors were encountered: