Skip to content

The "Time Controlled Presets" dropdown is unclear/misleading #5836

Description

@UsableLoki8221

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions