You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having the registerPlugin method accept a Function, have it accept an Object that is formatted as follows:
{"name": "donna-plugin-example","description": "Interact with the foobar API; assign foos, list bars, etc.","version": "0.0.1","plugins": {"senses": [],// array of sense emitters"cortices": [],// array of cortices / processing units"controls": []// array of controllers}}
The text was updated successfully, but these errors were encountered:
Instead of having the
registerPlugin
method accept a Function, have it accept an Object that is formatted as follows:The text was updated successfully, but these errors were encountered: