Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COE-831: externalIDs should have only 3 digits #60

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions simulators/main/simulators.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
},
{
"type": "Simulator",
"id": "sim_0010",
"id": "sim_010",
"label": "Ideal Producer A80",
"comment": "",
"enabled": true,
Expand Down Expand Up @@ -269,7 +269,7 @@
},
{
"type": "Simulator",
"id": "sim_0011",
"id": "sim_011",
"label": "Ideal Producer with Categories",
"comment": "",
"enabled": true,
Expand Down Expand Up @@ -298,7 +298,7 @@
},
{
"type": "Simulator",
"id": "sim_0012",
"id": "sim_012",
"label": "Normal #12 with short shifts",
"enabled": true,
"events": [
Expand All @@ -323,7 +323,7 @@
},
{
"type": "Simulator",
"id": "sim_0013",
"id": "sim_013",
"label": "Normal #13 with with one day shift",
"enabled": true,
"events": [
Expand All @@ -348,7 +348,7 @@
},
{
"type": "Simulator",
"id": "sim_0014",
"id": "sim_014",
"label": "Normal #14 with with two shifts",
"enabled": true,
"events": [
Expand All @@ -373,7 +373,7 @@
},
{
"type": "Simulator",
"id": "sim_0015",
"id": "sim_015",
"label": "Normal #15 with with three shifts",
"enabled": true,
"events": [
Expand All @@ -398,7 +398,7 @@
},
{
"type": "Simulator",
"id": "sim_0016",
"id": "sim_016",
"label": "Measurement Simulator #1",
"enabled": true,
"measurements": [
Expand Down Expand Up @@ -427,7 +427,7 @@
},
{
"type": "Simulator",
"id": "sim_0017",
"id": "sim_017",
"label": "Measurement Simulator #2",
"enabled": true,
"measurements": [
Expand Down Expand Up @@ -465,7 +465,7 @@
},
{
"type": "Simulator",
"id": "sim_0018",
"id": "sim_018",
"label": "Measurement Simulator #3",
"enabled": true,
"measurements": [
Expand Down Expand Up @@ -503,7 +503,7 @@
},
{
"type": "Simulator",
"id": "sim_0019",
"id": "sim_019",
"label": "Measurement Simulator #4",
"enabled": true,
"measurements": [
Expand Down