From c8da529ce3dac895e200416506a5410c11b2d362 Mon Sep 17 00:00:00 2001 From: Kostas Drakontidis Date: Mon, 25 May 2026 05:54:25 +0300 Subject: [PATCH] whitespace --- src/officesense_pi/src/core/transition.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/officesense_pi/src/core/transition.ts b/src/officesense_pi/src/core/transition.ts index f7c33d0..7be7f29 100644 --- a/src/officesense_pi/src/core/transition.ts +++ b/src/officesense_pi/src/core/transition.ts @@ -72,7 +72,7 @@ export class RoomTransition { const enoughTime = now - (this.candidate.since ?? now) >= config.core.debounceMS; const enoughConfirmations = this.candidate.samples >= config.core.minSamples; - + console.log(`[TRANSITION] enoughTime = ${enoughTime}`); console.log(`[TRANSITION] enoughConfirmations = ${enoughConfirmations}`); console.log(`[TRANSITION] signalLost = ${signalLost}`);