Let me start by saying thanks for this great repo, really excited to play around with it! One question I have is where can I register callbacks to execute when I get an Input? I see that I can use actionmaps for the executeCommand action when I receive input...but I was curious where I can define those callbacks.
Such as the below example: "rotation_left": { "action": "adjustTemperature", "behavior": "delta", "invert": true }
Where can I define what the adjustTemperature string argument maps to a callback function?
Let me start by saying thanks for this great repo, really excited to play around with it! One question I have is where can I register callbacks to execute when I get an Input? I see that I can use actionmaps for the executeCommand action when I receive input...but I was curious where I can define those callbacks.
Such as the below example:
"rotation_left": { "action": "adjustTemperature", "behavior": "delta", "invert": true }Where can I define what the adjustTemperature string argument maps to a callback function?