CommonGarden / Grow-IoT

Software packages for smart growing environments.
http://commongarden.org/
Other
25 stars 6 forks source link

Things #348

Closed JakeHartnell closed 7 years ago

JakeHartnell commented 7 years ago

Not fully ready yet, this is meant to address #345

Feel free to make suggestions.

I added the following to the documentation (maybe we could do it in a script instead?):

Adding custom devices components

To do so:

  1. Make a new CustomComponent.jsx file in `imports/things/'
  2. Open imports/things/index.js.
  3. import CustomComponent from './CustomComponent'
  4. Lastly, add CustomComponent to the exported components object.