mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 11:49:42 +08:00
添加了温度测试
This commit is contained in:
25
othersoft/TemperatureControler/tempreature.json
Normal file
25
othersoft/TemperatureControler/tempreature.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user