Skip to content

Commit

Permalink
return rollershutter pos (#13191)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Lange <vich-667@gmx.de>
  • Loading branch information
vich-667 authored Aug 17, 2022
1 parent b63e420 commit 7e9e0db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public State toState(String string) {
if (value.compareTo(PercentType.ZERO.toBigDecimal()) < 0) {
return PercentType.ZERO;
}
return new PercentType(value);
} catch (NumberFormatException e) {
// ignore
}
Expand Down

0 comments on commit 7e9e0db

Please sign in to comment.