new variables
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user