UNPKG

@olegivaniv/n8n-nodes-overkiz-tahoma

Version:

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

35 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OverkizApi = void 0; class OverkizApi { constructor() { this.name = 'overkizApi'; this.displayName = 'Overkiz API'; this.documentationUrl = 'https://github.com/OlegIvaniv/n8n-nodes-overkiz-tahoma/blob/master/README.md'; this.properties = [ { displayName: 'Hostname', name: 'hostname', type: 'string', default: 'https://ha101-1.overkiz.com', }, { displayName: 'Email', name: 'email', type: 'string', default: '', }, { displayName: 'Password', name: 'password', type: 'string', typeOptions: { password: true, }, default: '', }, ]; } } exports.OverkizApi = OverkizApi; //# sourceMappingURL=OverkizApi.credentials.js.map