server icon indicating copy to clipboard operation
server copied to clipboard

Add support for timeular/timeflip devices

Open jjcasmar opened this issue 3 years ago • 3 comments

Timeular and timeflip2 devices allow to easily start/stop a task by using a bluetooth device. Depending on which face faces up, a different task is started.

Is it possible to add support for this devices so we can start/stop tasks?

jjcasmar avatar Mar 15 '22 19:03 jjcasmar

This probably doesn't have to be integrated into traggo, as it can be a separate script that uses the graphql api.

jmattheis avatar Mar 15 '22 19:03 jmattheis

Right, I was thinking something like that, for I am too newbie with web based services to implement it. I can do the bluetooth part, but no idea how to log with a user and send the start/stop commands...

jjcasmar avatar Mar 15 '22 20:03 jjcasmar

There is a single graphql schema, where you can find all available apis, these api are also used by the traggo ui. https://github.com/traggo/server/blob/master/schema.graphql

jmattheis avatar Mar 19 '22 19:03 jmattheis