• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "led":{
3        "comments":"capacity_begin, capacity_end, led_color, led_brighness",
4        "table":[
5            [0, 10, 4, 255],
6            [10, 90, 6, 255],
7            [90, 100, 2, 255]
8        ]
9    },
10    "temperature":{
11        "comments":"temperature_lower, temperature_upper",
12        "table":[-100, 600]
13    },
14    "soc":{
15        "comments":"soc_lower",
16        "table":[3]
17    }
18}
19