UNPKG

domoticz-api

Version:

Advanced api based on your current Domoticz api with well formated results ;)

11 lines (9 loc) 210 B
"use strict"; class Node { constructor() { this.switch = new Switch(); this.consumption = new Consumption(); this.power = new Power(); } } module.exports.Node = Node;