Implemented confi snapshots
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"id": "new-config-set",
|
||||
"name": "New config set",
|
||||
"owner": "martino",
|
||||
"parameters": [
|
||||
{
|
||||
"ds": "epics",
|
||||
"key": "param1",
|
||||
"max": 1,
|
||||
"min": 0,
|
||||
"signal": "UOPI:INTERLOCK",
|
||||
"type": "float64"
|
||||
},
|
||||
{
|
||||
"ds": "epics",
|
||||
"key": "param2",
|
||||
"max": 100,
|
||||
"min": 0,
|
||||
"signal": "UOPI:FLOW",
|
||||
"type": "float64",
|
||||
"unit": "L/min"
|
||||
}
|
||||
],
|
||||
"version": 2
|
||||
}
|
||||
Reference in New Issue
Block a user