In my interactions with a robot, I am able to issue it commands directly. I am also able to command it's "ears and eyes" via it's devices, and I can listen to ears and eyes for events.
A robot is a valuable abstraction of connections and devices that make an independent identity, and this abstraction could offer valuable events as that identity.
Would you be willing to entertain a pull request which adds events to the robot (a peer to commands) and adds a POST to /api/:robot/events/:event ?
In my interactions with a robot, I am able to issue it commands directly. I am also able to command it's "ears and eyes" via it's devices, and I can listen to ears and eyes for events.
A robot is a valuable abstraction of connections and devices that make an independent identity, and this abstraction could offer valuable events as that identity.
Would you be willing to entertain a pull request which adds
eventsto the robot (a peer tocommands) and adds a POST to/api/:robot/events/:event?