new variables

This commit is contained in:
Peter Daniel
2023-06-28 18:43:36 +01:00
parent 982e3f5ee6
commit 910bbade9b

View File

@@ -2,6 +2,10 @@ export function updateVariables() {
let variables = []
variables.push(
{
name: 'Workspace',
variableId: 'workspace',
},
{
name: 'Current Timer Id',
variableId: 'timerId',
@@ -10,6 +14,10 @@ export function updateVariables() {
name: 'Current Timer Duration',
variableId: 'timerDuration',
},
{
name: 'Last Timer Duration',
variableId: 'lastTimerDuration',
},
{
name: 'Current Timer Description',
variableId: 'timerDescription',