Skip to content
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

data_store: allow users to specify extra fields to track #839

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SanaaHamel
Copy link

Allow users to specify additional sensor fields to track in the data-store.
Use case: Provide history support for sensors, e.g. humidity/pressure/gas.

@Arksine
Copy link
Owner

Arksine commented Apr 24, 2024

Thanks. I'm leery of configurable options here, as it could make the API unpredictable and cause problems for frontends. We could potentially add direct support for some of these items like humidity, pressure, etc. An alternative would be to track configurable items in a second structure and report them in a different endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants