Skip to content

Commit

Permalink
status update
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Jun 26, 2023
1 parent 037d8a9 commit 95ea5c3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Jens Hilligsøe, github.com/hilli
Copyright (c) 2023 Jens Hilligsøe, https://github.com/hilli

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# go-kef-w2

Library for controlling KEFs W2 platform based speakers over the network.
Library, CLI and Apps for controlling KEFs W2 platform based speakers over the network.

## Usage

Expand Down Expand Up @@ -34,19 +34,18 @@ func main() {

MIT License


## Command line tool

### TODO
### Plan

- [x] Set volume
- [x] Mute/unmute
- [x] Select source
- [x] Get status
- [x] Turn on/off
- [ ] Backup/restore settings to file
- [ ] Set volume
- [ ] Mute/unmute
- [ ] Select source
- [ ] Get status
- [ ] Get settings
- [ ] Set settings
- [ ] Turn on/off

### Usage

Expand All @@ -55,7 +54,7 @@ MIT License

## Web interface & HomeKit HUB

### TODO
### Plan

- [ ] Turn on/off
- [ ] Set volume
Expand All @@ -65,3 +64,14 @@ MIT License
- [ ] Settings page, editing (web)
- [ ] Backup/restore settings to file download (web)
- [ ] ?? Streaming page, playing (web)

## Player

UI for controlling the speakers, show whats playing etc.

### Plan

- [x] Cross compilation of Fyne apps
- [ ] Input selection buttons
- [ ] Volume/mute controll
- [ ] Play/pause button for available targets

0 comments on commit 95ea5c3

Please sign in to comment.