lifx-mqtt-bridge/src/lamp_mqtt.rs

8 lines
91 B
Rust

pub struct LampMqtt {}
impl LampMqtt {
fn new() -> Self {
LampMqtt {}
}
}