Skip to content

Commit 669e8be

Browse files
Fix comment for aranet4 readings format (#65)
* client.py: fix readings format comment * fixup previous
1 parent adaa367 commit 669e8be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aranet4/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,11 +761,11 @@ async def current_readings(self, details: bool = False):
761761
else:
762762
if details:
763763
uuid = self.CHARACTERISTIC_CURRENT_READINGS_DET
764-
# co2, temp, pressure, humidity, battery, status
764+
# co2, temp, pressure, humidity, battery, status, interval, ago
765765
value_fmt = "<HHHBBBHH"
766766
else:
767767
uuid = self.CHARACTERISTIC_CURRENT_READINGS
768-
# co2, temp, pressure, humidity, battery, status, interval, ^
768+
# co2, temp, pressure, humidity, battery, status
769769
value_fmt = "<HHHBBB"
770770

771771
raw_bytes = await self.device.read_gatt_char(uuid)

0 commit comments

Comments
 (0)