-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Features:
- maintainable, year-agnostic API
- possibly use command factory
- data structure (in code, with this year as an example for the future) representing general values to match after a specific amount of time.
- dashboard button starts the testing
- should hook into
- shouldn't regard the current value is at, but takes in the system's current value after waiting that system's specified amount of time as well as the data structure's expected value with a specific tolerance.
potential data structure:
[
{id: Obj(expected value, time offset, tolerance)}
...
]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request