You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)}
...
]
Features:
potential data structure: