Releases: hostcc/pyg90alarm
Releases · hostcc/pyg90alarm
1.14.0
1.13.0
1.12.1
1.12.0
1.11.0
What's Changed
- [Snyk] Fix for 12 vulnerabilities by @hostcc in #28
- [Snyk] Fix for 14 vulnerabilities by @hostcc in #30
- [Snyk] Security upgrade requests from 2.31.0 to 2.32.0 by @hostcc in #29
- [Snyk] Security upgrade sphinx from 1.8.6 to 3.0.4 by @hostcc in #31
- More sensor definitions by @hostcc in #32
Full Changelog: 1.10.1...1.11.0
1.10.1
1.10.0
What's Changed
- Added
G90Sensor.extra_data
property that allows the caller to set any extra data to the sensor, which will be carried on by theG90Sensor
instance - Alarm callback if set via
G90Alarm.alarm_callback
is now called with three args when firing - sensor index, sensor name and extra data (see above). This allows the caller to retrieve sensor specific custom data within alarm callback, e.g. a handled to a caller-specific object, additional data to handle alarm properly etc.
Additionally
- Github Actions: updated to most recent version of
actions/setup-python
to avoid warnings re: usingset-output
Full Changelog: 1.9.0...1.10.0