thing-it-device-smart-meter
Version:
[thing-it-node] Device Plugin to demo Smart Meter functionality.
19 lines (18 loc) • 392 B
JavaScript
module.exports = {
label: "Building 1",
id: "building1",
autoDiscoveryDeviceTypes: [],
devices: [{
label: "Smart Meter 1",
id: "smartMeter1",
plugin: "smartMeter/smartMeter",
configuration: {},
logLevel: "debug",
actors: [],
sensors: []
}],
groups: [],
services: [],
eventProcessors: [],
data: []
};