lifx-mqtt-bridge/src/lamp_mqtt.rs

8 lines
91 B
Rust
Raw Normal View History

2019-01-08 21:05:14 +00:00
pub struct LampMqtt {}
impl LampMqtt {
fn new() -> Self {
LampMqtt {}
}
}