Management Console
2026-07-07
Improvements
- Modbus addresses now require a Slave ID. The address editor's Slave ID dropdown no longer offers "All", so you have to pick a single slave from the configured
slaveIDs. Rows missing a Slave ID show a red warning icon in the address table and Save & Deploy stays blocked until every row has one. Previously "All" silently subscribed to every configured slave, which duplicated tags when more than one slave was configured.

- When using the write flow preview, you can now switch between read and write log types. This is the same behavior, which already exists for the metrics.
Fixes
- Cards across the app now share a consistent look and layout. Previously, different pages used card components directly, producing variations in header spacing, title size, description placement, and border treatment. All cards now render through a single unified component, so padding, shadow, and typographic hierarchy are uniform regardless of where a card appears.
- Clicking into and enabling a code editor now places the cursor exactly where you clicked on the first click. Previously the first click was swallowed and you had to click a second time in the same spot to position the cursor. Scrolling the page while hovering an unfocused editor still works as before.