UNPKG

domoticz-api

Version:

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

9 lines (7 loc) 136 B
"use strict"; class WallPlug { constructor() { this.node = new Node(); } } module.exports.WallPlug = WallPlug;