Add DeployUDCWebServerConfig task and rename UpdateEMxInfo to UpdateEMxAuthToken

Add new maintenance task to deploy udc_webserver_settings.json to shopfloor
PCs that have UDC installed. Checks C:\Program Files\UDC before pushing the
config file, skipping PCs without UDC. Rename UpdateEMxInfo to
UpdateEMxAuthToken to better describe the task's purpose.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-02-03 10:44:00 -05:00
parent 7ed9f42f44
commit 8c9dac5e2e
2 changed files with 533 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
{
"ServerAddress": "10.80.92.30",
"ServerPort": 5100,
"Enabled": true,
"ReconnectDelaySeconds": 10,
"ConnectTimeoutSeconds": 10,
"MaxQueue": 1000
}