Skip to content

Commit

Permalink
add PDDP ELisA configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
plasorak committed Dec 11, 2024
1 parent 5a8182e commit 651fb55
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions elisa-logbook/elisaconf.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,47 @@
}
}
}
},
"pddp": {
"connection": "https://pddp-elog.app.cern.ch/elisa/api/ProtoDUNE-DP/",
"website": "https://pddp-elog.app.cern.ch",
"attributes": {
"start": {
"type": {
"set_on_reply": false,
"set_on_new_thread": true,
"value":"RunControl Message"
},
"RunControl_MessageType": {
"set_on_reply": true,
"set_on_new_thread": true,
"value":"status"
}
},
"stop": {
"type": {
"set_on_reply": false,
"set_on_new_thread": true,
"value":"RunControl Message"
},
"RunControl_MessageType": {
"set_on_reply": true,
"set_on_new_thread": true,
"value":"status"
}
},
"message": {
"type": {
"set_on_reply": false,
"set_on_new_thread": true,
"value":"RunControl Message"
},
"RunControl_MessageType": {
"set_on_reply": true,
"set_on_new_thread": true,
"value":"status"
}
}
}
}
}

0 comments on commit 651fb55

Please sign in to comment.