Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ccquigley committed Jan 24, 2025
2 parents d856943 + 53d67a8 commit 2b5d3da
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 2b5d3da

Please sign in to comment.