Skip to content

Commit

Permalink
COE-854: adjust the measurement simulator #4 (sim_019) to also use a …
Browse files Browse the repository at this point in the history
…location with shift definitions
  • Loading branch information
Michael Voigt committed Feb 17, 2023
1 parent ace57f1 commit 3c532bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions simulators/main/profile_templates/sim_019_profile.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Measurement Simulator #4 - ${counter}",
"name": "Measurement Simulator #4 with three shifts - ${counter}",
"alarms": [],
"amountUnit": "",
"deviceId": "${deviceId}",
Expand Down Expand Up @@ -29,7 +29,7 @@
"intervals": [
3600
],
"locationId": "",
"locationId": "ThreeShiftLocation",
"machineEvents": {
"MACHINE_STATUS": [
{
Expand Down
2 changes: 1 addition & 1 deletion simulators/main/simulators.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
{
"type": "Simulator",
"id": "sim_019",
"label": "Measurement Simulator #4",
"label": "Measurement Simulator #4 with with three shifts",
"enabled": true,
"measurements": [
{
Expand Down

0 comments on commit 3c532bd

Please sign in to comment.