UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

9 lines (8 loc) 294 B
import { getDeviceGroup, moveDevicesToGroup } from './group.methods'; /** * All operations available for the devices resource in configuration domain */ export declare const devicesOperations: { getDeviceGroup: typeof getDeviceGroup; moveDevicesToGroup: typeof moveDevicesToGroup; };