- `echo fixed > /sys/class/ec_su_axb35/fan3/mode && echo 2 > /sys/class/ec_su_axb35/fan3/level` to switch fan3 to fixed mode and set speed to level 2
- `echo balanced > /sys/class/ec_su_axb35/apu/power_mode` to set power mode to balanced (85W)
-
You can also call `su_axb35_monitor` anywhere to monitor all available values in realtime.
+
You can also call `su_axb35_monitor` anywhere to monitor all available values in realtime:
+

To apply specific settings at system startup, place them in your `rc.local` file or utilize any other methods for executing commands during boot, such as creating a systemd unit. In the future, these parameters will also be configurable through module options.