forked from chestm007/linux_thermaltake_riing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDBUS_PROTOCOL_SPEC
23 lines (16 loc) · 1.8 KB
/
DBUS_PROTOCOL_SPEC
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# set locked fan speed [fan_speed: 0-100]
--type=method_call --dest=org.thermaltake.Daemon /org/thermaltake/Daemon org.thermaltake.Daemon.set_fan_controller string:locked_speed int16:20
# set cpu target fan speed [target_temp: 0-100: sensor_name:as it appears in `sensors`]
--type=method_call --dest=org.thermaltake.Daemon /org/thermaltake/Daemon org.thermaltake.Daemon.set_fan_controller string:temp_target double:40 string:k10temp
# set static lighting (all LED's the same and dont change) [g, r, b]
--type=method_call --dest=org.thermaltake.Daemon /org/thermaltake/Daemon org.thermaltake.Daemon.set_lighting_controller string:static int16:140 int16:0 int16:60
# set alternating lighting (odd LED's are one colour, even LED's are the other and never change) [odd:[g, r, b] even:[g, r, b]
--type=method_call --dest=org.thermaltake.Daemon /org/thermaltake/Daemon org.thermaltake.Daemon.set_lighting_controller string:alternating array:int16:100,50,100 array:int16:50,100,50
# set rgb spectrum lighting (LED's are lit in a raidal RGB spectrum)
--type=method_call --dest=org.thermaltake.Daemon /org/thermaltake/Daemon org.thermaltake.Daemon.set_lighting_controller string:rgb_spectrum
# set spinning rgb spectrum (same as RGB spectrum, except the colour wheel "rotates")
--type=method_call --dest=org.thermaltake.Daemon /org/thermaltake/Daemon org.thermaltake.Daemon.set_lighting_controller string:spinning_rgb_spectrum
# set brightness (multiplier of existing lighting controller 0-100) [brightness_multiplier: 0-100]
--type=method_call --dest=org.thermaltake.Daemon /org/thermaltake/Daemon org.thermaltake.Daemon.set_lighting_brightness int16:50
# set lighting refresh rate (high rates will cause higher cpu usage)
--type=method_call --dest=org.thermaltake.Daemon /org/thermaltake/Daemon org.thermaltake.Daemon.set_lighting_msec int16:1