Remove unused cycleTime

This commit is contained in:
Peter Butzhammer
2024-02-07 09:30:52 +01:00
parent 956f39cc66
commit 4432f3c0d4
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ namespace Sharp7.Rx.Extensions
var subscriptions = new CompositeDisposable();
var notification = plc
.CreateNotification<bool>(triggerAddress, TransmissionMode.OnChange, TimeSpan.Zero)
.CreateNotification<bool>(triggerAddress, TransmissionMode.OnChange)
.Publish()
.RefCount();