https://github.com/woodruffw/awair-local-api.rs
A small Rust binding for the Awair Local API.
https://github.com/woodruffw/awair-local-api.rs
air-quality-sensor home-automation rust
Last synced: 8 months ago
JSON representation
A small Rust binding for the Awair Local API.
- Host: GitHub
- URL: https://github.com/woodruffw/awair-local-api.rs
- Owner: woodruffw
- License: mit
- Created: 2022-12-01T04:07:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T02:46:57.000Z (11 months ago)
- Last Synced: 2025-01-30T20:16:32.094Z (8 months ago)
- Topics: air-quality-sensor, home-automation, rust
- Language: Rust
- Homepage: https://crates.io/crates/awair-local-api
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
awair-local-api
===============[](https://github.com/woodruffw/awair-local-api.rs/actions/workflows/ci.yml)
[](https://crates.io/crates/awair-local-api)
[](https://docs.rs/awair-local-api)A small Rust binding for the Awair [Local API].
See the [documentation], and a small [demo] of how to use this API.
Support matrix:
| Device (Firmware) | Support |
| ------------------------- | ------- |
| Awair 2nd Edition (1.2.4) | Yes |
| Awair Element (Untested) | Maybe |Other devices and firmware are currently considered unsupported. Please
contribute support![Local API]: https://support.getawair.com/hc/en-us/articles/360049221014-Awair-Element-Local-API-Feature
[documentation]: https://docs.rs/awair-local-api/latest/awair-local-api/
[demo]: ./examples/demo.rs