"options": [
{
"code": 100,
- "add": "concat(relay4[2].hex, 'abc')"
+ "add": "concat(relay4[2].hex, 'abc')",
+ "csv-format": true
}
]
}
"options": [
{
"code": 100,
- "add": "concat(relay6[0].option[37].hex, 'abc')"
+ "add": "concat(relay6[0].option[37].hex, 'abc')",
+ "csv-format": true
}
]
}
on the query packet. If the expression evaluates to true and the option
already exists in the response packet, the option is removed from the
response. Only one action can be specified.
+ - @b csv-format - Specifies the option format used for input. If not
+ specified, it will default to true.
Note for the rare options which can be empty this mechanism does not work.
The proposed solution in this case is to use a client class to set the