lifx-mqtt-bridge/src/lamp_lifx.rs

10 lines
108 B
Rust
Raw Normal View History

2019-01-08 21:05:14 +00:00
use lifxi;
pub struct LampLifx {}
impl LampLifx {
fn new() -> Self {
unimplemented!()
}
}