goals were toooo smalls

This commit is contained in:
legop3
2026-04-18 19:42:12 -04:00
parent a4e4921931
commit cd70258a21
10 changed files with 10 additions and 10 deletions
@@ -42,7 +42,7 @@ function startStrobe(ctx, effect = {}) {
module.exports = {
id: 'lightStrobe',
name: 'Light Strobe',
goal: 55,
goal: 360,
async run(ctx) {
startStrobe(ctx, { endsAt: Date.now() + STROBE_MS, on: false });
ctx.sendAlert({ color: '#ffc107', title: 'Light Strobe', message: 'Room light strobe started.' });