Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed May 24, 2024
1 parent b6a1885 commit 28c1511
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## 1.5.4

- Add support for voice timers
- `timer-started`
- `timer-updated`
- `timer-cancelled`
- `timer-finished`
- Add `speaker` field to `detect` event
- Refactor HTTP servers

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@ Control of one or more remote voice satellites connected to a central server.
* `streaming-started` - satellite has started streaming audio to the server
* `streaming-stopped` - satellite has stopped streaming audio to the server

### Timers

* `timer-started` - a new timer has started
* `timer-updated` - timer has been paused/resumed or time has been added/removed
* `timer-cancelled` - timer was cancelled
* `timer-finished` - timer finished without being cancelled

## Event Flow

Expand Down

0 comments on commit 28c1511

Please sign in to comment.