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

Sensors endpoints #15

Closed
wants to merge 2 commits into from
Closed

Sensors endpoints #15

wants to merge 2 commits into from

Conversation

majesticio
Copy link
Contributor

@majesticio majesticio commented Feb 26, 2024

Adds response objects for sensors and add get and list methods to access a list of sensors by locations_id or get data on one sensor with sensors_id.

uses endpoints /locations/{locations_id}/sensors and /sensors/{sensors_id}, respectively.

Example usage:
client.sensors.list(2178)
client.sensors.get(3916)

closes #8

@majesticio
Copy link
Contributor Author

These changes are now rolled into #17

@majesticio majesticio closed this Apr 12, 2024
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.

V3 API sensors endpoints support
1 participant