kFullRefreshDelay top-level constant

Duration const kFullRefreshDelay

Delay to wait before fully refreshing the generator's details.

Some delay is necessary to allow the generator controller to update its parameters after a command is issued, so changes are reflected on the backend and can be viewed after a refresh.

Implementation

const kFullRefreshDelay = Duration(seconds: 2);