Home | History | Annotate | Download | only in taimen
      1 {
      2     "Sensors":[
      3         {
      4             "Name":"tsens_tz_sensor1",
      5             "Type":"CPU",
      6             "HotThreshold":[
      7                 "NAN",
      8                 "NAN",
      9                 "NAN",
     10                 95.0,
     11                 "NAN",
     12                 "NAN",
     13                 125.0
     14             ],
     15             "VrThreshold":"NAN",
     16             "Multiplier":0.1
     17         },
     18         {
     19             "Name":"tsens_tz_sensor2",
     20             "Type":"CPU",
     21             "HotThreshold":[
     22                 "NAN",
     23                 "NAN",
     24                 "NAN",
     25                 95.0,
     26                 "NAN",
     27                 "NAN",
     28                 125.0
     29             ],
     30             "VrThreshold":"NAN",
     31             "Multiplier":0.1
     32         },
     33         {
     34             "Name":"tsens_tz_sensor4",
     35             "Type":"CPU",
     36             "HotThreshold":[
     37                 "NAN",
     38                 "NAN",
     39                 "NAN",
     40                 95.0,
     41                 "NAN",
     42                 "NAN",
     43                 125.0
     44             ],
     45             "VrThreshold":"NAN",
     46             "Multiplier":0.1
     47         },
     48         {
     49             "Name":"tsens_tz_sensor3",
     50             "Type":"CPU",
     51             "HotThreshold":[
     52                 "NAN",
     53                 "NAN",
     54                 "NAN",
     55                 95.0,
     56                 "NAN",
     57                 "NAN",
     58                 125.0
     59             ],
     60             "VrThreshold":"NAN",
     61             "Multiplier":0.1
     62         },
     63         {
     64             "Name":"tsens_tz_sensor7",
     65             "Type":"CPU",
     66             "HotThreshold":[
     67                 "NAN",
     68                 "NAN",
     69                 "NAN",
     70                 95.0,
     71                 "NAN",
     72                 "NAN",
     73                 125.0
     74             ],
     75             "VrThreshold":"NAN",
     76             "Multiplier":0.1
     77         },
     78         {
     79             "Name":"tsens_tz_sensor8",
     80             "Type":"CPU",
     81             "HotThreshold":[
     82                 "NAN",
     83                 "NAN",
     84                 "NAN",
     85                 95.0,
     86                 "NAN",
     87                 "NAN",
     88                 125.0
     89             ],
     90             "VrThreshold":"NAN",
     91             "Multiplier":0.1
     92         },
     93         {
     94             "Name":"tsens_tz_sensor9",
     95             "Type":"CPU",
     96             "HotThreshold":[
     97                 "NAN",
     98                 "NAN",
     99                 "NAN",
    100                 95.0,
    101                 "NAN",
    102                 "NAN",
    103                 125.0
    104             ],
    105             "VrThreshold":"NAN",
    106             "Multiplier":0.1
    107         },
    108         {
    109             "Name":"tsens_tz_sensor10",
    110             "Type":"CPU",
    111             "HotThreshold":[
    112                 "NAN",
    113                 "NAN",
    114                 "NAN",
    115                 95.0,
    116                 "NAN",
    117                 "NAN",
    118                 125.0
    119             ],
    120             "VrThreshold":"NAN",
    121             "Multiplier":0.1
    122         },
    123         {
    124             "Name":"tsens_tz_sensor13",
    125             "Type":"GPU",
    126             "HotThreshold":[
    127                 "NAN",
    128                 "NAN",
    129                 "NAN",
    130                 95.0,
    131                 "NAN",
    132                 "NAN",
    133                 125.0
    134             ],
    135             "VrThreshold":"NAN",
    136             "Multiplier":0.1
    137         },
    138         {
    139             "Name":"battery",
    140             "Type":"BATTERY",
    141             "HotThreshold":[
    142                 "NAN",
    143                 "NAN",
    144                 "NAN",
    145                 "NAN",
    146                 "NAN",
    147                 "NAN",
    148                 60.0
    149             ],
    150             "VrThreshold":"NAN",
    151             "Multiplier":0.001
    152         },
    153         {
    154             "Name":"usb_port_temp",
    155             "Type":"USB_PORT",
    156             "HotThreshold":[
    157                 "NAN",
    158                 "NAN",
    159                 "NAN",
    160                 "NAN",
    161                 "NAN",
    162                 "70.0",
    163                 "NAN"
    164             ],
    165             "HotHysteresis":[
    166                 0.0,
    167                 0.0,
    168                 0.0,
    169                 0.0,
    170                 0.0,
    171                 5.0,
    172                 0.0
    173             ],
    174             "VrThreshold":"NAN",
    175             "Multiplier":0.1,
    176             "Monitor":true
    177         },
    178         {
    179             "Name":"bd_therm",
    180             "Type":"SKIN",
    181             "HotThreshold":[
    182                 "NAN",
    183                 49.0,
    184                 51.0,
    185                 58.0,
    186                 60.0,
    187                 64.0,
    188                 66.0
    189             ],
    190             "HotHysteresis":[
    191                 0.0,
    192                 1.0,
    193                 1.0,
    194                 1.0,
    195                 1.0,
    196                 1.0,
    197                 1.0
    198             ],
    199             "VrThreshold":62.0,
    200             "Multiplier":1.0,
    201             "Monitor":true
    202         }
    203     ],
    204     "CoolingDevices":[
    205         {
    206             "Name":"thermal-cpufreq-0",
    207             "Type":"CPU"
    208         },
    209         {
    210             "Name":"thermal-cpufreq-1",
    211             "Type":"CPU"
    212         }
    213     ]
    214 }
    215