rointe-core 0.1.1

Rust SDK for controlling Rointe WiFi radiators via Firebase Realtime Database
Documentation
1
2
3
4
5
6
7
8
//! Low-level Firebase Realtime Database (RTDB) client.
//!
//! - [`rtdb`] — REST client for GET and PATCH operations against the Firebase
//!   RTDB REST API. This is the only transport layer used by [`crate::RointeClient`].
//! - [`stream`] — SSE streaming (planned; not yet implemented).

pub mod rtdb;
pub mod stream;