UNPKG

zigbee-herdsman-zigate

Version:

An open source ZigBee gateway solution with node.js.

14 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Entity { static injectDatabase(database) { Entity.database = database; } static injectAdapter(adapter) { Entity.adapter = adapter; } } Entity.database = null; Entity.adapter = null; exports.default = Entity; //# sourceMappingURL=entity.js.map