{% if mismatch == true then %}

Invalid bus

Either an invalid bus was specified, or the bus cannot be matched
to a valid ModBus entry in the serial config file "]]..rsm_conf.serialconfig_path..[[".

Back to bus configuration
{% else %}

ModBus Configuration


This is a list of all ModBus devices on {{bus}}

Click on the device labels to manage them.

{% if #(devices) > 0 then %} {% for _,dev in pairs(devices) do %} {% end %}
Label Device Serial Template Filename
{{dev.label}} {{dev.serial}} {{dev.template}} {{dev.filename}}
{% else %}
There are no ModBus devices configured on this bus.
{% end %}
{% end %}