We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adf3ff commit 2961a98Copy full SHA for 2961a98
adafruit_sgp30.py
@@ -67,6 +67,7 @@ def sgp_get_iaq_baseline(self):
67
68
69
def sgp_set_iaq_baseline(self, co2eq, tvoc):
70
+ """Set the previously recorded IAQ algorithm baseline for CO2eq and TVOC"""
71
if co2eq == 0 and tvoc == 0:
72
raise RuntimeError('Invalid baseline')
73
buffer = []
0 commit comments