No description
| .github/PULL_REQUEST_TEMPLATE | ||
| components | ||
| LICENSE | ||
| README.md | ||
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
Generate a custom web form, like this
Have its current status tracked or controlled, like this
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"