You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe add an attribute enabled: bool and method enable(enabled: bool) -> None to all timers.
An additional wrapper class, inheriting from Readable[bool] and Writable[bool], could transform this into a connectable object.
It could also be made Reading[bool] to allow initialization from persistence.
The text was updated successfully, but these errors were encountered:
Maybe add an attribute
enabled: bool
and methodenable(enabled: bool) -> None
to all timers.An additional wrapper class, inheriting from
Readable[bool]
andWritable[bool]
, could transform this into a connectable object.It could also be made
Reading[bool]
to allow initialization from persistence.The text was updated successfully, but these errors were encountered: