Skip to content
Snippets Groups Projects
Commit c7fc70a1 authored by Björn Senfftleben's avatar Björn Senfftleben
Browse files

change shuttertime dtype to uint64 to allow for higher values

parent 700a54aa
No related merge requests found
Pipeline #164414 passed
......@@ -370,7 +370,7 @@ class Tempus(Device):
defaultValue=False,
allowedStates={State.INIT, State.ON})
shutterTime = UInt16(
shutterTime = UInt64(
displayedName="Shutter Time",
unitSymbol=Unit.SECOND,
metricPrefixSymbol=MetricPrefix.MILLI,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment