filo_caspar/api/engine/routes.js

5 lines
97 B
JavaScript
Raw Normal View History

2016-04-14 04:01:51 +00:00
export function all(ctx) {
2016-07-28 18:21:50 +00:00
ctx.socket.emit('engine.all', ['text', 'countdown', 'schedule'])
2016-04-14 04:01:51 +00:00
}