Skip to content

Commit

Permalink
Update field_lib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shambergoldstein authored Jan 24, 2025
1 parent c15f1f4 commit e91cdf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def IsNumeric(self, has_measurement_subfield: bool):
if self.name == 'scene_index_command':
return True
if 'command' in self.subfields and not (
'percentage_command' in self.name or 'frequency_command' in self.name):
'percentage_command' in self.name or 'frequency_command' in self.name or 'voltage_command' in self.name):
return False
if has_measurement_subfield:
return True
Expand Down

0 comments on commit e91cdf1

Please sign in to comment.