Commit 18dc05abd2f148ddb2ab57621b098c9bb9fe973c

Authored by Alexis Koralewski
1 parent 64bd4797
Exists in dev

Renaming plc agent name to AgentM

privatedev/config/default/observatory_default.yml
... ... @@ -71,7 +71,7 @@ OBSERVATORY:
71 71 AGENTS:
72 72  
73 73 - AGENT_DEVICE:
74   - name: plc
  74 + name: AgentM
75 75 computer: MainComputer
76 76 device: PLC_meteo
77 77 is_real: False
... ...
privatedev/config/guitalens/observatory_guitalens.yml
... ... @@ -90,7 +90,7 @@ OBSERVATORY:
90 90 AGENTS:
91 91  
92 92 - AGENT_DEVICE:
93   - name: plc
  93 + name: AgentM
94 94 computer: MainComputer
95 95 path: private/plugin/agent_devices
96 96 device: PLC_meteo
... ...