Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721702278
  • Loading branch information
Carson Eng authored and mschlaffer committed Jan 31, 2025
1 parent dfce5ff commit 2d4ec5a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,10 @@ 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 or 'voltage_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 2d4ec5a

Please sign in to comment.