mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 19:49:42 +08:00
25 lines
453 B
JSON
25 lines
453 B
JSON
{
|
|
"portname": "ttyS2",
|
|
"baudrate": 115200,
|
|
"actionlist": ["cool","hot","none"],
|
|
"key_points":[
|
|
{
|
|
"pointname": "point1",
|
|
"group": 1,
|
|
"position": 1,
|
|
"max_temp": 30,
|
|
"min_temp": 0,
|
|
"HAction": "cool",
|
|
"LAction": "none"
|
|
},
|
|
{
|
|
"pointname": "point2",
|
|
"group": 1,
|
|
"position": 2,
|
|
"max_temp": 30,
|
|
"min_temp": 0,
|
|
"HAction": "none",
|
|
"LAction": "none"
|
|
}
|
|
]
|
|
} |