Midea/src/cloud.rs

8 lines
110 B
Rust
Raw Normal View History

2023-09-22 16:06:37 +00:00
pub struct Cloud {
//
}
impl Cloud {
pub const APP_KEY: &str = "ac21b9f9cbfe4ca5a88562ef25e2b768";
}