Files
shelly_pool/pool.js
Gilles Grandou f98edbb8d6 fix compute_schedule_filt: scoping bug and reserved word 'stop'
- 'let s' was declared inside if/else blocks (block-scoped),
  making it invisible to 'return s' outside — declare s before the blocks
- 'stop' is a reserved identifier in Espruino (Shelly JS engine),
  rename to t_start/t_stop

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 17:51:40 +01:00

7.5 KiB