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
2022-11-02 17:38:58 +01:00
2026-03-15 17:43:00 +01:00
2022-09-01 21:29:39 +02:00
2022-09-01 21:29:38 +02:00
2022-09-01 21:29:39 +02:00
2022-09-03 14:50:15 +02:00
2022-09-07 09:54:39 +02:00
2022-09-07 09:54:39 +02:00
2022-09-07 09:54:39 +02:00
2022-09-01 21:29:38 +02:00
2022-09-01 21:29:38 +02:00
2022-09-01 21:29:39 +02:00
Description
Sheely Script for Pool Pump Control
73 KiB
Languages
JavaScript 66.3%
Shell 19.1%
Python 14.6%