UNPKG

node-hca

Version:

Node.js client for HCA

18 lines (13 loc) 229 B
'use strict'; (function() { var deviceKind = { other: 0, x10: 1, ir: 2, thermostat: 3, relay: 4, upb: 5, insteon: 6 }; module.exports = deviceKind; })();