node-red-contrib-zigbee2mqtt-devices
Version:
Nodes to interact with zigbee2mqtt for Node-RED
12 lines (11 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MqttConfigCredentials = exports.BridgeConfigCredentials = void 0;
exports.BridgeConfigCredentials = {
username: { type: "text" },
password: { type: "password" },
};
exports.MqttConfigCredentials = {
username: { type: "text" },
password: { type: "password" },
};