lifx-mqtt-bridge/src/lamp_lifx.rs

10 lines
108 B
Rust

use lifxi;
pub struct LampLifx {}
impl LampLifx {
fn new() -> Self {
unimplemented!()
}
}