-
Notifications
You must be signed in to change notification settings - Fork 0
/
ems1583.json
37 lines (37 loc) · 1022 Bytes
/
ems1583.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"shift_mode": "0xD2",
"fan_mode": "0xD4",
"usb_power_share": "0xBF",
"realtime_gpu_temp": "0x80",
"realtime_gpu_fan_speed": "0x89",
"realtime_gpu_fan_rpm": [ "0xCA", "0xCB"],
"gpu_fan_speed_t1": "0x8A",
"gpu_fan_speed_t2": "0x8B",
"gpu_fan_speed_t3": "0x8C",
"gpu_fan_speed_t4": "0x8D",
"gpu_fan_speed_t5": "0x8E",
"gpu_fan_speed_t6": "0x8F",
"gpu_fan_speed_t7": "0x90",
"gpu_temp_t1": "0x82",
"gpu_temp_t2": "0x83",
"gpu_temp_t3": "0x84",
"gpu_temp_t4": "0x85",
"gpu_temp_t5": "0x86",
"gpu_temp_t6": "0x87",
"realtime_cpu_temp": "0x68",
"realtime_cpu_fan_speed": "0x71",
"realtime_cpu_fan_rpm": [ "0xC8", "0xC9" ],
"cpu_fan_speed_t1": "0x72",
"cpu_fan_speed_t2": "0x73",
"cpu_fan_speed_t3": "0x74",
"cpu_fan_speed_t4": "0x75",
"cpu_fan_speed_t5": "0x76",
"cpu_fan_speed_t6": "0x77",
"cpu_fan_speed_t7": "0x78",
"cpu_temp_t1": "0x6A",
"cpu_temp_t2": "0x6B",
"cpu_temp_t3": "0x6C",
"cpu_temp_t4": "0x6D",
"cpu_temp_t5": "0x6E",
"cpu_temp_t6": "0x6F"
}