An error occurs when I'm changing the covPeriod for objects with a PulseConverterCriteria:
File ".../lib/python3.7/site-packages/bacpypes/service/cov.py", line 459, in cov_period_filter
self.cov_period_task = RecurringFunctionTask(new_value * 1000, self.cov_period_x)
AttributeError: 'PulseConverterCriteria' object has no attribute 'cov_period_x'
cov_period_x does not exist. Shouldn't this be self.send_cov_notifications?
An error occurs when I'm changing the covPeriod for objects with a PulseConverterCriteria:
cov_period_x does not exist. Shouldn't this be self.send_cov_notifications?