Skip to content

Commit

Permalink
wrong datatype for COV_Increment, closes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBender committed May 24, 2024
1 parent 98df74c commit 8df726a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bacpypes3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Project Metadata
#

__version__ = "0.0.95"
__version__ = "0.0.96"
__author__ = "Joel Bender"
__email__ = "joel@carrickbender.com"

Expand Down
2 changes: 1 addition & 1 deletion bacpypes3/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@ class LargeAnalogValueObject(Object):
units: EngineeringUnits
priorityArray: ArrayOf(PriorityValue, _length=16)
relinquishDefault: Integer
covIncrement: Unsigned
covIncrement: Double
timeDelay: Unsigned
notificationClass: Unsigned
highLimit: Double
Expand Down

0 comments on commit 8df726a

Please sign in to comment.