update some reward numbrs

This commit is contained in:
legop3
2026-04-19 01:56:13 -04:00
parent e974f4f90f
commit 52352bd692
7 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
const DURATION_MS = 2 * 60 * 1000;
const DURATION_MS = 5 * 60 * 1000;
const LIGHT_ENFORCE_TICK_MS = 3000;
let activeTimer = null;
@@ -115,7 +115,7 @@ module.exports = {
id: 'darkness',
name: 'Darkness',
isNightVisionBlocked,
goal: 650,
goal: 600,
async run(ctx) {
const entities = ctx.getHomeAssistantEntities();
const prevLights = entities.map((entity) => ({ id: entity.id, state: entity.state === 'on' ? 'on' : 'off' }));