Added connection state

Added some basic actions
This commit is contained in:
2023-11-03 15:55:55 -04:00
parent 03706849b3
commit 8228396309
6 changed files with 112 additions and 48 deletions

View File

@@ -1,7 +1,3 @@
module.exports = async function (self) {
self.setVariableDefinitions([
{ variableId: 'variable1', name: 'My first variable' },
{ variableId: 'variable2', name: 'My second variable' },
{ variableId: 'variable3', name: 'Another variable' },
])
self.setVariableDefinitions([])
}