From da5d73da248bcee3eace1bc5d3c393cbd0562cf7 Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Wed, 25 Sep 2024 17:29:09 +0200 Subject: [PATCH] clarify TimerPhase naming (#77) --- src/v3/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v3/variables.ts b/src/v3/variables.ts index e96c90b..a2143e0 100644 --- a/src/v3/variables.ts +++ b/src/v3/variables.ts @@ -19,7 +19,7 @@ export function variables(): CompanionVariableDefinition[] { }, //timer.current { - name: 'Current timer progress (Normal/Warning/Danger/Overtime)', + name: 'Current timer progress (Default/Warning/Danger/Overtime)', variableId: variableId.TimerPhase, }, {