feat(controller): added iowa's mcd, flo

This commit is contained in:
2025-09-23 20:55:44 -05:00
parent c037af2a28
commit 874947af52
2 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ param (
# example string to pass over, you must be in the script dir when you run this script. or it will fail to find the linked scripts
# If we do not pass plant to update over it will auto do all plants if we want a specific plant we need to do like below
# .\update-controllers.ps1 -App_Path "C:\Users\matthes01\Documents\lst" -Token "test3" -BuildController yes -PlantToUpdate "usmcd1vms036" -Remote_Path "E$\LST"
# .\update-controllers.ps1 -App_Path "C:\Users\matthes01\Documents\lst" -Token "usiow2" -BuildController yes -PlantToUpdate "usiow1vms006" -Remote_Path "D$\LST\lst_2"
# .\update-controllers.ps1 -App_Path "C:\Users\matthes01\Documents\lst" -Token "test3" -BuildController yes
$Plants = @(
@@ -24,6 +24,10 @@ $Plants = @(
@{ Server = "usbow1vms006"; Token = "usbow1" ; Remote_Path = "E$\LST" }
@{ Server = "usbow2vms006"; Token = "usbow2" ; Remote_Path = "E$\LST" }
@{ Server = "usday1vms006"; Token = "usday1" ; Remote_Path = "E$\LST" }
@{ Server = "usflo1vms006"; Token = "usflo1" ; Remote_Path = "E$\LST" }
@{ Server = "usiow1vms006"; Token = "usiow1" ; Remote_Path = "D$\LST\lst" }
@{ Server = "usiow1vms006"; Token = "usiow2" ; Remote_Path = "D$\LST\lst_2" }
@{ Server = "usmcd1vms006"; Token = "usmcd1" ; Remote_Path = "E$\LST" }
@{ Server = "usslc1vms006"; Token = "usslc1" ; Remote_Path = "E$\LST" }
@{ Server = "usstp1vms006"; Token = "usstp1" ; Remote_Path = "D$\LST" }
@{ Server = "usksc1vms006"; Token = "usksc1" ; Remote_Path = "E$\LST" }