UNPKG

n8n-nodes-homebridge

Version:

n8n node for Homebridge API integration - control your HomeKit accessories and manage Homebridge server through n8n workflows

5 lines (4 loc) 160 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Homebridge implements INodeType { description: INodeTypeDescription; }