node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

Refactor serial message hierarchy formatting into a toggle-able transport formatter

Open AlCalzone opened this issue 2 months ago • 0 comments

Ref: https://github.com/zwave-js/zwave-js-ui/pull/4392#discussion_r2435942164

Currently, it is not possible to use human-readable text-based transports and machine-readable (JSON-based) transports together, because the serial messages are either formatted or not.

We should refactor this specific formatting step, so it becomes part of the transport.

AlCalzone avatar Oct 21 '25 09:10 AlCalzone