1{ 2 "light": { 3 "low": { 4 "soc": [0, 10], 5 "rgb": [255, 0, 0] 6 }, 7 "normal": { 8 "soc": [10, 90], 9 "rgb": [255, 255, 0] 10 }, 11 "high": { 12 "soc": [90, 100], 13 "rgb": [0, 255, 0] 14 } 15 }, 16 "temperature": { 17 "high": 600, 18 "low": -500 19 }, 20 "soc": { 21 "shutdown": 1, 22 "critical": 5, 23 "warning": 10, 24 "low": 20, 25 "normal": 90, 26 "high": 99, 27 "full": 100 28 } 29}