Is it possible to access device attributes not declared in Position, Device, etc. classes, such as digital inputs in export report templates? How would one do so?
Yes, you can access any attributes, even the ones that are not declared. Same way as the declared ones.
For those interested:
${position.attributes.attributeName}
Don't forget to change lastCell if needed.
Is it possible to access device attributes not declared in Position, Device, etc. classes, such as digital inputs in export report templates? How would one do so?