Skip to content

Commit 28c1511

Browse files
committed
Update changelog
1 parent b6a1885 commit 28c1511

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## 1.5.4
44

55
- Add support for voice timers
6+
- `timer-started`
7+
- `timer-updated`
8+
- `timer-cancelled`
9+
- `timer-finished`
610
- Add `speaker` field to `detect` event
711
- Refactor HTTP servers
812

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ Control of one or more remote voice satellites connected to a central server.
228228
* `streaming-started` - satellite has started streaming audio to the server
229229
* `streaming-stopped` - satellite has stopped streaming audio to the server
230230

231+
### Timers
232+
233+
* `timer-started` - a new timer has started
234+
* `timer-updated` - timer has been paused/resumed or time has been added/removed
235+
* `timer-cancelled` - timer was cancelled
236+
* `timer-finished` - timer finished without being cancelled
231237

232238
## Event Flow
233239

0 commit comments

Comments
 (0)