diff --git a/docs/Client.UI.md b/docs/Client.UI.md index 0233d074..f8a9c25d 100644 --- a/docs/Client.UI.md +++ b/docs/Client.UI.md @@ -65,7 +65,7 @@ The top bar provides the endpoint URL, Connect, and Disconnect buttons. The **Co ### Settings Persistence -Connection settings are saved to `{LocalAppData}/OtOpcUaClient/settings.json` after each successful connection and on window close. Dev boxes upgrading from a pre-task-#208 build still have the legacy `LmxOpcUaClient/` folder on disk; `ClientStoragePaths` in `Client.Shared` moves it to the canonical path on first launch so existing trusted certs + saved settings persist without operator action. The settings are reloaded on next launch, including: +Connection settings are saved to `{LocalAppData}/OtOpcUaClient/settings.json` after each successful connection, on disconnect, and on window close. Dev boxes upgrading from a pre-task-#208 build still have the legacy `LmxOpcUaClient/` folder on disk; `ClientStoragePaths` in `Client.Shared` moves it to the canonical path on first launch so existing trusted certs + saved settings persist without operator action. The settings are reloaded on next launch, including: - All connection parameters - Active subscription node IDs (restored after reconnection) @@ -100,7 +100,7 @@ Select a node in the browse tree to auto-read its current value. The tab display - Status code (e.g., `0x00000000 (Good)`) - Source and server timestamps -To write a value, enter the new value and click Send. The service reads the current value first to determine the target type, then converts and writes. +To write a value, enter the new value and click Write. The write is sent as a raw string; the server resolves the target type. ## Subscriptions Tab