Commit 2cdd5697edd2aeee7e260ab6efe3102399a73cf9

Authored by Etienne Pallier
1 parent 8cbfd923
Exists in dev

ajout config Etienne pour Triton

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
privatedev/config/tnc/observatory_tnc.yml
... ... @@ -213,6 +213,7 @@ OBSERVATORY:
213 213 name: plc
214 214 computer: MainComputer
215 215 path: private/plugin/agent_devices
  216 +
216 217 # ============================================
217 218 - AGENT_DEVICE:
218 219 name: optic_up1
... ... @@ -356,6 +357,13 @@ OBSERVATORY:
356 357 computer: AKlotzPersoComputer
357 358 protocol: private/plugin/agent/AgentTriton.py
358 359 path: private/plugin/agent/triton
  360 +
  361 + - AGENT:
  362 + name: AgentTriton_ep
  363 + computer: EtienneComputer
  364 + protocol: private/plugin/agent/AgentTriton.py
  365 + path: private/plugin/agent/triton
  366 +
359 367  
360 368 # AgentSST no protocol so AgentSST doesn't start himself
361 369 - AGENT:
... ...