diff --git a/adafruit_tsl2591.py b/adafruit_tsl2591.py index 958c99e..f893988 100644 --- a/adafruit_tsl2591.py +++ b/adafruit_tsl2591.py @@ -250,7 +250,7 @@ def visible(self): @property def lux(self): """Read the sensor and calculate a lux value from both its infrared - and visible light channels. + and visible light channels. Note: ``lux`` is not calibrated! """ channel_0, channel_1 = self.raw_luminosity