UNPKG

n8n-nodes-arubacentral

Version:

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

10 lines (9 loc) 369 B
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; /** * Get the group associated with a specific device */ export declare function getDeviceGroup(this: IExecuteFunctions): Promise<INodeExecutionData[]>; /** * Move devices to a specific group */ export declare function moveDevicesToGroup(this: IExecuteFunctions): Promise<INodeExecutionData[]>;