0.0.1 • Published 8 years ago

thingjs-air-quality-station v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
8 years ago

Thing.js Air Quality Station

A Thing.js extension builds an air quality station.

Install Extension

Add "thingjs-air-quality-station" extension in "extensions", and setup "modules" parameter in the board.json file. The "modules" parameter is an DustSensor object listed in modules.

{
  "modules": {
    "dustSensor": { "module": "DustSensor", "pins": 0 }
  },
  "extensions": {
    "thingjs-air-quality-station": { "modules": "dustSensor" }
  }
}

Run

Go to the directory stored the board.json file, and run the below command.

path/to/thingjs