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

Add v15 support #117

Open
13 tasks
rnestler opened this issue May 5, 2024 · 1 comment
Open
13 tasks

Add v15 support #117

rnestler opened this issue May 5, 2024 · 1 comment
Assignees

Comments

@rnestler
Copy link
Member

rnestler commented May 5, 2024

Not yet fully specified. See https://github.com/SpaceApi/schema/milestone/2

Changelog for V15: https://github.com/SpaceApi/schema/blob/master/CHANGELOG.md#v15-unreleased

Open Questions:

  • How should we change the builder with regard to multi version support? Currently it is a hard-coded enum, but we probably want to support a list of versions.
  • Should we drop v0.13 support once v15 is released and we add support for it?

Features

root

events

  • Clarify that timestamp unit is in seconds

location

sensors:

  • The power_generation sensor was added
  • The carbondioxide sensor was added (v15: Add co2 sensor #123)
  • The lastchange field was added to all sensors
  • The deprecated unit hPA in barometer.unit was removed, use hPa instead
  • The redundant unit mW in power_consumption.unit was removed, use W instead
@rnestler
Copy link
Member Author

@dbrgn I think we should remove support for v0.13 and refactor the multi version support to take an array of compatible versions.

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

No branches or pull requests

2 participants