add new variables file
This commit is contained in:
21
variables.js
Normal file
21
variables.js
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
export function updateVariables() {
|
||||||
|
let variables = []
|
||||||
|
|
||||||
|
variables.push(
|
||||||
|
{
|
||||||
|
name: 'Current Timer Id',
|
||||||
|
variableId: 'timerId',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Current Timer Duration',
|
||||||
|
variableId: 'timerDuration',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Current Timer Description',
|
||||||
|
variableId: 'timerDescription',
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
this.setVariableDefinitions(variables)
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user