Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select fan mode in ui #114

Closed
1 task done
TheRealKasumi opened this issue Jan 20, 2023 · 0 comments · Fixed by #117
Closed
1 task done

Select fan mode in ui #114

TheRealKasumi opened this issue Jan 20, 2023 · 0 comments · Fixed by #117
Assignees
Labels
enhancement New feature or request frontend Issues related to the web-app good first issue Good for newcomers
Milestone

Comments

@TheRealKasumi
Copy link
Owner

TheRealKasumi commented Jan 20, 2023

In #81 multiple fan modes were added. These should be selectable via the ui. The modes are represented by the fanMode property in the /api/config/system response.

Accepted values are:

enum FanMode : uint8_t
{
	AUTOMATIC = 0,	// Auomatic fan speed control
	MANUAL_OFF = 1,  // Manual fan speed 0%
	MANUAL_25 = 2,	// Manual fan speed 25%
	MANUAL_50 = 3,	// Manual fan speed 50%
	MANUAL_75 = 4,	// Manual fan speed 75%
	MANUAL_100 = 5	// Manual fan speed 100%
};
  • Make available in ui
@TheRealKasumi TheRealKasumi added enhancement New feature or request good first issue Good for newcomers frontend Issues related to the web-app labels Jan 20, 2023
@TheRealKasumi TheRealKasumi added this to the 1.1.0 Release milestone Jan 20, 2023
danielbayerlein added a commit that referenced this issue Jan 21, 2023
danielbayerlein added a commit that referenced this issue Jan 21, 2023
Closes: #114

Co-authored-by: TheRealKasumi <[email protected]>
TheRealKasumi pushed a commit that referenced this issue Mar 31, 2023
Closes: #114

Co-authored-by: TheRealKasumi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Issues related to the web-app good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants