- Updated all dependencies
- Renamed some enumeration variants to follow common acronym capitalization style
- cli: Added json output for get command
- cli: Show output of commands when using
all
(compatible withget --json
)
0.4.0 - 2022-06-30
- Updated all dependencies
- Add nix build
- Binary target providing a cli (
yeelight-cli
is now part of this crate) - cli: Discovery of lamps
- cli: Run commands by lamp name instead of address
- cli: Run commands on all discovered bulbs
- cli: Timeout connections
0.4.0-rc.1 - 2021-12-30
- Logging with
log
crate. - Basic bulb discovery functionality.
- Switch
tokio
to version 1. - All duration parameters now use
std::time::Duration
. start_music
no longer needsport
parameter.- Fix
start_music
listening address (#10) - Improved documentation.
QuotedString