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}`);