mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
update API - part 1 (#709)
* api: `test-ontime` -> `version` * api: `ontime-poll` -> `poll` * api: `start-next` -> `startnext` * api: `start-next` -> `startnext` --------- Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Co-authored-by: Carlos Valente <carlosvalente@pm.me>
This commit is contained in:
committed by
GitHub
parent
cb8ba776e2
commit
0cd2ca4191
@@ -174,10 +174,7 @@ export const startServer = async () => {
|
||||
* - Runtime Service publicEventNext
|
||||
*/
|
||||
eventStore.init({
|
||||
timerMessage: messageService.timerMessage,
|
||||
publicMessage: messageService.publicMessage,
|
||||
lowerMessage: messageService.lowerMessage,
|
||||
externalMessage: messageService.externalMessage,
|
||||
message: messageService,
|
||||
onAir: state.playback !== Playback.Stop,
|
||||
timer: state.timer,
|
||||
playback: state.playback,
|
||||
|
||||
Reference in New Issue
Block a user