Skip to content

Commit

Permalink
Updated to match schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 16, 2021
1 parent 1b60fef commit 3bb7ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/alarm-registrations
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
alarm1={"producer": {"org.jlab.alarms.EPICSProducer": {"pv": "channel1"}}, "location": "INJ", "category": "RF", "latching": false, "screenpath": "/"}
alarm2={"producer": {"org.jlab.alarms.EPICSProducer": {"pv": "channel2"}}, "location": "INJ", "category": "RF", "latching": false, "screenpath": "/"}
alarm3={"producer": {"org.jlab.alarms.EPICSProducer": {"pv": "channel3"}}, "location": "INJ", "category": "RF", "latching": false, "screenpath": "/"}
alarm1={"producer": {"org.jlab.alarms.EPICSProducer": {"pv": "channel1"}}, "location": "INJ", "category": "RF", "latching": false, "screenpath": "/", "pointofcontactfirstname": "", "pointofcontactlastname": "", "pointofcontactemail": "", "rationale": "", "correctiveaction": "", "maskedby": null}
alarm2={"producer": {"org.jlab.alarms.EPICSProducer": {"pv": "channel2"}}, "location": "INJ", "category": "RF", "latching": false, "screenpath": "/", "pointofcontactfirstname": "", "pointofcontactlastname": "", "pointofcontactemail": "", "rationale": "", "correctiveaction": "", "maskedby": null}
alarm3={"producer": {"org.jlab.alarms.EPICSProducer": {"pv": "channel3"}}, "location": "INJ", "category": "RF", "latching": false, "screenpath": "/", "pointofcontactfirstname": "", "pointofcontactlastname": "", "pointofcontactemail": "", "rationale": "", "correctiveaction": "", "maskedby": null}

0 comments on commit 3bb7ff7

Please sign in to comment.