Example in guideline is probably using wrong field suffix
In https://git.gsi.de/acc/specs/fesa-development-guideline#64-suffixes-to-add-information-to-a-value-item it says:
_units
char[10]
The units, in which the field's value is saved. Makes use of the xml element "units-value-item".
But in the examples of https://git.gsi.de/acc/specs/fesa-development-guideline#61-syntax-for-naming-devices-properties-and-fields the suffix _unit
is used.
Examples: timeStamp, highVoltage_status, current_unit, flowChannel_03
If you agree that this is a mistake I would suggest to change the example to prevent errors due to copy and paste or similar.
(_units
can also be found in cern.accsoft.commons.domain.devicepropertymodel.ClassDesignNames
if this is the relevant code, but this is just a side node)