Skip to content

Releases: Sensirion/python-i2c-sen66

1.2.0

13 Mar 14:03
05b27e9
Compare
Choose a tag to compare

What's Changed

  • Add get_version() command to read the firmware version
  • Add get_sht_heater_measurements() to read humidity and temperature measurement after heater activation. This command is available for firmware version >= 4.0.
  • activate_sht_heater() duration reduced to 20ms. For firmware version >= 4.0 the get heater measurements command can be used to check if the heater has finished. With firmware versions < 4.0 one must wait at least 1300ms before issuing another command.

Full Changelog: 1.1.0...1.2.0

1.1.0

12 Feb 10:29
c528241
Compare
Choose a tag to compare

Release 1.1.0 fixing serial and product name format

1.0.1

27 Dec 17:22
3160c95
Compare
Choose a tag to compare

Initial Release