Skip to content

Commit 7a897ac

Browse files
committed
Add Position Open measurement
1 parent 715ceac commit 7a897ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mycodo/config_devices_units.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@
213213
'name': lazy_gettext('PID D-Value'),
214214
'meas': 'pid_value',
215215
'units': ['pid_value']},
216+
'position_open': {
217+
'name': lazy_gettext('Position Open'),
218+
'meas': 'position_open',
219+
'units': ['percent']},
216220
'power': {
217221
'name': lazy_gettext('Power'),
218222
'meas': 'power',

0 commit comments

Comments
 (0)