n8n-nodes-arubacentral
Version:
n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities
17 lines (16 loc) • 497 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.addDeviceDescription = void 0;
const devices_common_1 = require("./devices.common");
exports.addDeviceDescription = [
...devices_common_1.deviceIdentificationOptions.map((option) => ({
...option,
displayOptions: {
show: {
domain: ['inventory'],
resource: ['devices'],
operation: ['addDevice'],
},
},
})),
];