Skip to content

Commit

Permalink
classes key is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Aug 16, 2021
1 parent d5e08d1 commit f6a8ca6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ services:
jaws:
image: slominskir/jaws:2.6.1
environment:
CLASS_DEFINITIONS: "Base_Class|INJ|RF|P3_MINOR|Timely operator action required|Call expert|helpdesk|/"
CLASS_DEFINITIONS: "base|INJ|RF|P3_MINOR|Timely operator action required|Call expert|helpdesk|/"
ALARM_DEFINITIONS: "alarm1|channel1|INJ|RF|/,alarm2|channel2|INJ|RF|/,alarm3|channel3|INJ|RF|/"
6 changes: 3 additions & 3 deletions examples/registrations/alarm-registrations
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
alarm1={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel1"}}, "class": "Base_Class", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null}
alarm2={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel2"}}, "class": "Base_Class", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null}
alarm3={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel3"}}, "class": "Base_Class", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null}
alarm1={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel1"}}, "class": "base", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null}
alarm2={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel2"}}, "class": "base", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null}
alarm3={"producer": {"org.jlab.jaws.entity.EPICSProducer": {"pv": "channel3"}}, "class": "base", "location": "INJ", "category": "RF", "latching": false, "filterable": true, "ondelayseconds": null, "offdelayseconds": null, "screenpath": "/", "priority": null, "pointofcontactusername": null, "rationale": null, "correctiveaction": null, "maskedby": null}
2 changes: 1 addition & 1 deletion examples/registrations/class-registrations
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"class": "Base_Class"}={"location": "INJ", "category": "RF", "priority": "P3_MINOR", "rationale": "Timely operator action required", "correctiveaction": "Call Expert", "pointofcontactusername": "helpdesk", "latching": true, "filterable": true, "ondelayseconds": 0, "offdelayseconds": 0, "maskedby": null, "screenpath": "/"}
base={"location": "INJ", "category": "RF", "priority": "P3_MINOR", "rationale": "Timely operator action required", "correctiveaction": "Call Expert", "pointofcontactusername": "helpdesk", "latching": true, "filterable": true, "ondelayseconds": 0, "offdelayseconds": 0, "maskedby": null, "screenpath": "/"}

0 comments on commit f6a8ca6

Please sign in to comment.