UNPKG

node-red-contrib-zigbee2mqtt-devices

Version:
12 lines (11 loc) 363 B
"use strict"; 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" }, };