Add control operations

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 10:43:06 +01:00
parent e7c4c36e56
commit 0d94dd8fc6
8 changed files with 550 additions and 0 deletions

View File

@@ -62,6 +62,11 @@ export class Probo implements INodeType {
type: 'options',
noDataExpression: true,
options: [
{
name: 'Control',
value: 'control',
description: 'Manage controls',
},
{
name: 'Execute',
value: 'execute',