WinHome accepts any integer for volume and brightness. We need to add validation to ensure these values are between 0 and 100.
Tasks:
- Update
SystemSettingsService.cs to validate these values.
- Log a warning if out of range.
- Add unit tests for the validation logic.
WinHome accepts any integer for volume and brightness. We need to add validation to ensure these values are between 0 and 100.
Tasks:
SystemSettingsService.csto validate these values.