switchbot-api 0.1.9

A library to to interact with the SwitchBot API and control your SwitchBot devices programmatically.
Documentation
[![CI-badge]][CI]
[![crate-badge]][crate]
[![docs-badge]][docs]

[CI-badge]: https://github.com/kojiishi/switchbot-rs/actions/workflows/rust-ci.yml/badge.svg
[CI]: https://github.com/kojiishi/switchbot-rs/actions/workflows/rust-ci.yml
[crate-badge]: https://img.shields.io/crates/v/switchbot-api.svg
[crate]: https://crates.io/crates/switchbot-api
[docs-badge]: https://docs.rs/switchbot-api/badge.svg
[docs]: https://docs.rs/switchbot-api/

# switchbot-api

This is a Rust library to interact with the [SwitchBot API]
and control your SwitchBot devices programmatically.

[SwitchBot API]: https://github.com/OpenWonderLabs/SwitchBotAPI

Please see the [API documentation at docs.rs][docs] for more details,
and the [release notes] for the change history.

If you are looking for a command line tool,
please see the [`switchbot-cli`][cli-crate].


[release notes]: https://github.com/kojiishi/switchbot-rs/releases
[`switchbot-cli`]: https://github.com/kojiishi/switchbot-rs/tree/main/cli
[cli-crate]: https://crates.io/crates/switchbot-cli