Skip to content

Commit

Permalink
E8991 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Sep 13, 2024
1 parent f44a51e commit 5724fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyftms/models/control_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class ControlModel(CodeSwitchModel[ControlCode]):
target_resistance: float | None = dc.field(
default=None,
metadata=model_meta(
format="u1.1",
format="s2.1",
features_bit=2,
code=ControlCode.RESISTANCE,
),
Expand Down

0 comments on commit 5724fb4

Please sign in to comment.