Commit 5d48800147c4eb371a10b4ff32393a65e3e77b82
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 | 3 | # Schema file to check the syntax of this config file |
2 | 4 | schema: schema_observatory-2.0.yml |
3 | 5 | |
... | ... | @@ -76,7 +78,7 @@ OBSERVATORY: |
76 | 78 | - AGENT_DEVICE: |
77 | 79 | computer: MainComputer |
78 | 80 | name: mount |
79 | - device: AstroMecCA-TM350 | |
81 | + device: AstroMecCA | |
80 | 82 | is_real: False |
81 | 83 | |
82 | 84 | - AGENT_DEVICE: |
... | ... | @@ -130,3 +132,5 @@ OBSERVATORY: |
130 | 132 | logic: 'and' # opt |
131 | 133 | channels: |
132 | 134 | - OpticalChannel |
135 | + | |
136 | + | ... | ... |