UNPKG

n8n-nodes-kodi

Version:

A powerful n8n community node for controlling Kodi media center through JSON-RPC API with intelligent method discovery and comprehensive media management capabilities

8 lines (7 loc) 233 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class KodiApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }