add model measurements

This commit is contained in:
2022-06-19 23:10:08 -05:00
parent 012985815c
commit 52797612ce
4 changed files with 39 additions and 2 deletions

View File

@@ -40,4 +40,17 @@ this repository contains the full copyright notices and license terms. -->
<field name="observation"/>
</page>
</xpath>
<xpath expr="/form/notebook/page[@id='measurements']" position="inside">
<label name="temperature"/>
<field name="temperature"/>
<field name="temperature_uom"/>
<label name="voltageAC"/>
<field name="voltageAC"/>
<field name="voltageAC_uom"/>
<label name="voltageDC"/>
<field name="voltageDC"/>
<field name="voltageDC_uom"/>
</xpath>
</data>