No description
Find a file
2021-12-17 13:46:32 -05:00
.github/PULL_REQUEST_TEMPLATE Create pull_request_template.md 2021-12-17 10:40:49 -05:00
components add new formgen properties 2021-12-17 13:46:27 -05:00
LICENSE Initial commit 2021-12-01 11:53:12 -05:00
README.md Update README.md 2021-12-02 16:31:35 -05:00

Wippersnapper Component Definitions

Welcome! This repository contains JSON definition files and images that allow components and sensors to be used with WipperSnapper, Adafruit IO's no-code IoT service.

How Does It Work?

By writing a small amount of descriptive JSON and adding an image, a component can:

Appear in this list

Screen Shot 2021-12-02 at 4 28 11 PM

Generate a custom web form, like this

Screen Shot 2021-12-02 at 4 28 40 PM

Have its current status tracked or controlled, like this

Screen Shot 2021-12-02 at 4 29 31 PM

And work seamlessly with the rest of IO, including Dashboards and Triggers!

Pin Component Format

todo

I2C Component Format

todo

Legend

I2C Sensor Types

Possible values for an I2C component's subcomponents' sensorType field:

  • "unspecified"
  • "accelerometer"
  • "magnetic-field"
  • "orientation"
  • "gyroscope"
  • "light"
  • "pressure"
  • "proximity"
  • "gravity"
  • "acceleration"
  • "rotation"
  • "humidity"
  • "ambient-temp"
  • "object-temp"
  • "voltage"
  • "current"
  • "color"
  • "raw"
  • "pm10-std"
  • "pm25-std"
  • "pm100-std"
  • "pm10-env"
  • "pm25-env"
  • "pm100-env"
  • "co2"