Commit 5d48800147c4eb371a10b4ff32393a65e3e77b82

Authored by Alexis Koralewski
1 parent 78090b70
Exists in dev

fixing observatory default error

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
privatedev/config/default/observatory_default.yml
  1 +
  2 +
1 # Schema file to check the syntax of this config file 3 # Schema file to check the syntax of this config file
2 schema: schema_observatory-2.0.yml 4 schema: schema_observatory-2.0.yml
3 5
@@ -76,7 +78,7 @@ OBSERVATORY: @@ -76,7 +78,7 @@ OBSERVATORY:
76 - AGENT_DEVICE: 78 - AGENT_DEVICE:
77 computer: MainComputer 79 computer: MainComputer
78 name: mount 80 name: mount
79 - device: AstroMecCA-TM350 81 + device: AstroMecCA
80 is_real: False 82 is_real: False
81 83
82 - AGENT_DEVICE: 84 - AGENT_DEVICE:
@@ -130,3 +132,5 @@ OBSERVATORY: @@ -130,3 +132,5 @@ OBSERVATORY:
130 logic: 'and' # opt 132 logic: 'and' # opt
131 channels: 133 channels:
132 - OpticalChannel 134 - OpticalChannel
  135 +
  136 +