document where the api is

This commit is contained in:
Jesse Newland
2015-05-19 22:17:55 -07:00
parent bcde0d6a68
commit 89e128e01f

View File

@@ -1,3 +1,6 @@
// SmartThings JSON API SmartApp required
// https://github.com/jnewland/SmartThings/blob/master/JSON.groovy
//
var types = require("../lib/HAP-NodeJS/accessories/types.js");
var request = require("request");