The default for the time controlled drop-down has "Delete Timer" prior to other listed presets- this is misleading imo since it leads users to believe that an ulterior action is being done at this time setting instead of just being literal that the respective time slot is self-deleting if no preset is chosen in the drop-down. The behavior is pretty much if someone does not select anything on the drop-down then it will have no effect (delete itself but the user shouldn't be told that much background working detail).
Suggestion:
In wled00\data\settings_time.htm
Change line both instances of var presetOpts = '<option value="0">Delete Timer</option>' + sortedPresetOptions; to var presetOpts = '<option value="0">{Select preset ↓}</option>' + sortedPresetOptions;
The default for the time controlled drop-down has "Delete Timer" prior to other listed presets- this is misleading imo since it leads users to believe that an ulterior action is being done at this time setting instead of just being literal that the respective time slot is self-deleting if no preset is chosen in the drop-down. The behavior is pretty much if someone does not select anything on the drop-down then it will have no effect (delete itself but the user shouldn't be told that much background working detail).
Suggestion:
In wled00\data\settings_time.htm
Change line both instances of
var presetOpts = '<option value="0">Delete Timer</option>' + sortedPresetOptions;tovar presetOpts = '<option value="0">{Select preset ↓}</option>' + sortedPresetOptions;