An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

awair-local-api
===============

[![CI](https://github.com/woodruffw/awair-local-api.rs/actions/workflows/ci.yml/badge.svg)](https://github.com/woodruffw/awair-local-api.rs/actions/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/awair-local-api)](https://crates.io/crates/awair-local-api)
[![Documentation](https://docs.rs/awair-local-api/badge.svg)](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