UNPKG

domoticz-api

Version:

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

14 lines (12 loc) 310 B
"use strict"; class PowerNode { constructor() { this.node1 = new Node(); this.node2 = new Node(); this.node3 = new Node(); this.node4 = new Node(); this.node5 = new Node(); this.node6 = new Node(); } } module.exports.PowerNode = PowerNode;