Add datum operations

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 10:50:14 +01:00
parent be0a67a0f8
commit c26b0d8423
8 changed files with 529 additions and 0 deletions

View File

@@ -72,6 +72,11 @@ export class Probo implements INodeType {
value: 'control',
description: 'Manage controls',
},
{
name: 'Data',
value: 'datum',
description: 'Manage data',
},
{
name: 'Execute',
value: 'execute',