UNPKG

n8n-nodes-hubitat

Version:

n8n nodes to integrate with Hubitat smart home platform

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