UNPKG

thing-it-device-chp

Version:

[thing-it-node] Device Plugin to demo Combined Heat and Power operations.

19 lines (18 loc) 354 B
module.exports = { label: "CoGen", id: "coGen", autoDiscoveryDeviceTypes: [], devices: [{ label: "CHP 1", id: "chp1", plugin: "chp/chp", configuration: {}, logLevel: "debug", actors: [], sensors: [] }], groups: [], services: [], eventProcessors: [], data: [] };