GUI in iced
Basic plot manipulation
Working solution
Fix documentation
Fix build scripts
Slice application
Change views
Very basic GUI
Reload config
GUI Helper for root tasks - maybe sock files for all services will be better
Add save button
Xorg gui and save config to target file
Documentation and clippy fixes
Avoid compiling gui on CI
Readme files
Add missing dependencies
Add missing pgp key
Refactor workflow
Refactor workflow
Add drag and drop
1. The fanspeeds can now be specified as floats for better granularity
2. Removed 4 as the lowest possible speed. Lowest possible value is now 0.0
3. min and max values are now correctly read for pwm1 and not the rpm
values of fan1 anymore
4. Percentage speed now gets correctly converted to the pwm values
(usually between 0 and 255)
5. Before the update of the pwm-value was skipped when the current speed
was below minimum or above maximum. This got removed. Why was that
there in the first place?
6. Simpler algorithm for speed_for_temp
7. in monitor the min value is now actually below MIN and the max value
below MAX. Before it was swapped
8. Fixed grammar error "can's" instead of "can't"