traggo/server

Add support for timeular/timeflip devices

jjcasmar opened this issue · 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?

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

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...

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