Commit 28c1511 1 parent b6a1885 commit 28c1511 Copy full SHA for 28c1511
File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 3
3
## 1.5.4
4
4
5
5
- Add support for voice timers
6
+ - ` timer-started `
7
+ - ` timer-updated `
8
+ - ` timer-cancelled `
9
+ - ` timer-finished `
6
10
- Add ` speaker ` field to ` detect ` event
7
11
- Refactor HTTP servers
8
12
Original file line number Diff line number Diff line change @@ -228,6 +228,12 @@ Control of one or more remote voice satellites connected to a central server.
228
228
* ` streaming-started ` - satellite has started streaming audio to the server
229
229
* ` streaming-stopped ` - satellite has stopped streaming audio to the server
230
230
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
231
237
232
238
## Event Flow
233
239
You can’t perform that action at this time.
0 commit comments