diff --git a/src/vuegraf/vuegraf.py b/src/vuegraf/vuegraf.py index 7544ce3..21f0f80 100644 --- a/src/vuegraf/vuegraf.py +++ b/src/vuegraf/vuegraf.py @@ -130,7 +130,7 @@ def extractDataPoints(device, usageDataPoints, pointType=None, historyStartTime= for chanNum, chan in device.channels.items(): if chan.nested_devices: for gid, nestedDevice in chan.nested_devices.items(): - extractDataPoints(nestedDevice, usageDataPoints, historyStartTime, historyEndTime) + extractDataPoints(nestedDevice, usageDataPoints, pointType, historyStartTime, historyEndTime) chanName = lookupChannelName(account, chan)