Skip to content

Commit

Permalink
Add Position Open measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Feb 17, 2024
1 parent 715ceac commit 7a897ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mycodo/config_devices_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@
'name': lazy_gettext('PID D-Value'),
'meas': 'pid_value',
'units': ['pid_value']},
'position_open': {
'name': lazy_gettext('Position Open'),
'meas': 'position_open',
'units': ['percent']},
'power': {
'name': lazy_gettext('Power'),
'meas': 'power',
Expand Down

0 comments on commit 7a897ac

Please sign in to comment.