1{ 2 "Sensors":[ 3 { 4 "Name":"battery", 5 "Type":"BATTERY", 6 "HotThreshold":[ 7 "NAN", 8 "NAN", 9 "NAN", 10 "NAN", 11 "NAN", 12 "NAN", 13 "60.0" 14 ], 15 "VrThreshold":"NAN", 16 "Multiplier":0.001 17 }, 18 { 19 "Name":"LITTLE", 20 "Type":"CPU", 21 "HotThreshold":[ 22 "NAN", 23 "NAN", 24 "NAN", 25 "NAN", 26 "NAN", 27 "NAN", 28 115.0 29 ], 30 "VrThreshold":"NAN", 31 "Multiplier":0.001 32 }, 33 { 34 "Name":"MID", 35 "Type":"CPU", 36 "HotThreshold":[ 37 "NAN", 38 "NAN", 39 "NAN", 40 "NAN", 41 "NAN", 42 "NAN", 43 115.0 44 ], 45 "VrThreshold":"NAN", 46 "Multiplier":0.001 47 }, 48 { 49 "Name":"G3D", 50 "Type":"GPU", 51 "HotThreshold":[ 52 "NAN", 53 "NAN", 54 "NAN", 55 "NAN", 56 "NAN", 57 "NAN", 58 115.0 59 ], 60 "VrThreshold":"NAN", 61 "Multiplier":0.001 62 }, 63 { 64 "Name":"TPU", 65 "Type":"NPU", 66 "HotThreshold":[ 67 "NAN", 68 "NAN", 69 "NAN", 70 "NAN", 71 "NAN", 72 "NAN", 73 115.0 74 ], 75 "VrThreshold":"NAN", 76 "Multiplier":0.001 77 } 78 ], 79 "CoolingDevices":[ 80 { 81 "Name":"thermal-cpufreq-0", 82 "Type":"CPU", 83 "WritePath":"/dev/thermal/cdev-by-name/thermal-cpufreq-0/user_vote", 84 "State2Power":["1100", "1050", "1000", "950", "900", "850", "800", "750", "700", "650", "600"] 85 }, 86 { 87 "Name":"thermal-cpufreq-1", 88 "Type":"CPU", 89 "WritePath":"/dev/thermal/cdev-by-name/thermal-cpufreq-1/user_vote", 90 "State2Power":["1400", "1350", "1300", "1250", "1200", "1150", "1100", "1050", "1000", "950", "900", "850", "800", "750"] 91 }, 92 { 93 "Name":"thermal-cpufreq-2", 94 "Type":"CPU", 95 "WritePath":"/dev/thermal/cdev-by-name/thermal-cpufreq-2/user_vote", 96 "State2Power":["1450", "1400", "1350", "1300", "1250", "1200", "1150", "1100", "1050", "1000", "950", "900", "850", "800", "750"] 97 }, 98 { 99 "Name":"thermal-gpufreq-0", 100 "Type":"GPU", 101 "WritePath":"/dev/thermal/cdev-by-name/thermal-gpufreq-0/user_vote" 102 } 103 ] 104} 105