ssenart/PyGazpar

NameError: name 'Frequency' is not defined

Closed this issue · 1 comments

Hello

When trying to use the sample code, I get

Traceback (most recent call last):
File "C:\Users\nicol\Documents\dev\grdf\grdf-import.py", line 7, in
meterReadingFrequency=Frequency.DAILY,
NameError: name 'Frequency' is not defined

If I addthe line below, the error is gone
from pygazpar.enum import Frequency

Nicolas

Fixed in 1.1.2