curl_smile 0.0.5

A simplified rust API for Keepsmile lights
Documentation
1
2
3
4
5
6
7
8
9
pub mod device_command;
pub mod device_compiler;
pub mod intent;
pub mod light_state;

pub use device_command::DeviceCommand;
pub use device_compiler::DeviceCompiler;
pub use intent::Intent;
pub use light_state::LightState;