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:
8
remote-execution/udc_webserver_settings.json
Normal file
8
remote-execution/udc_webserver_settings.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"ServerAddress": "10.80.92.30",
|
||||
"ServerPort": 5100,
|
||||
"Enabled": true,
|
||||
"ReconnectDelaySeconds": 10,
|
||||
"ConnectTimeoutSeconds": 10,
|
||||
"MaxQueue": 1000
|
||||
}
|
||||
Reference in New Issue
Block a user