UNPKG

@olegivaniv/n8n-nodes-overkiz-tahoma

Version:

This is an n8n community node. It lets you use Overkiz (Tahoma) in your n8n workflows.

42 lines (41 loc) 1.18 kB
import type { IExecuteFunctions } from 'n8n-workflow'; import type { Command } from 'overkiz-api'; export declare const downAndCloseBlinds: { value: string; name: string; commands: (executionCtx: IExecuteFunctions) => Command[]; }; export declare const upAndOpenBlinds: { value: string; name: string; commands: (executionCtx: IExecuteFunctions) => Command[]; }; export declare const downBlinds: { value: string; name: string; commands: (executionCtx: IExecuteFunctions) => Command[]; }; export declare const upBlinds: { value: string; name: string; commands: (executionCtx: IExecuteFunctions) => Command[]; }; export declare const openBlinds: { value: string; name: string; commands: (executionCtx: IExecuteFunctions) => Command[]; }; export declare const closeBlinds: { value: string; name: string; commands: (executionCtx: IExecuteFunctions) => Command[]; }; export declare const blindsCommands: { PositionableExteriorVenetianBlind: { commands: { value: string; name: string; commands: (executionCtx: IExecuteFunctions) => Command[]; }[]; }; };