Skip to content

Commit

Permalink
Merge pull request #1498 from shambergoldstein/validator_change
Browse files Browse the repository at this point in the history
Validator Addition
  • Loading branch information
shambergoldstein authored Jan 24, 2025
2 parents c15f1f4 + e91cdf1 commit 5abc8ec
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 5abc8ec

Please sign in to comment.