node-hca
Version:
Node.js client for HCA
21 lines (17 loc) • 359 B
JavaScript
;
(function() {
var objectType = {
other: 0,
thermostat: 1,
switch: 2,
module: 3,
light: 4, // e.g., hue bulb or an Insteon LED bulb
input: 5, //e.g., door sensor, window sensor, UPB input module, IR Digital input
lock: 6,
camera: 7,
keypad: 8,
keypadWithLoad: 9,
irOutput: 10
};
module.exports = objectType;
})();