Silverfox

Results 1 issues of Silverfox

## Description While using this code: ``` pollutant = sensortoolkit.Parameter('PM25', averaging=['24-hour']) print(pollutant.averaging) ``` I've discovered that the Parameter's `averaging` param will get reset back to `["1-hour", "24-hour"]` if the PM2.5...