File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- # Drayton Wiser Hub API Async v1.3.7
1
+ # Drayton Wiser Hub API Async v1.3.8
2
2
3
3
This repository contains a simple API which queries the Drayton Wiser Heating sysystem used in the UK.
4
4
@@ -52,6 +52,10 @@ Documentation available in [info.md](https://github.com/msp1974/wiserHeatAPIv2/b
52
52
53
53
## Changelog
54
54
55
+ ### v1.3.8
56
+
57
+ * Correct relative modulation level opentherm parameter magnitude
58
+
55
59
### v1.3.7
56
60
57
61
* Amend battery to return None for voltage and percent if battery data not present
Original file line number Diff line number Diff line change
1
+ import logging
2
+
1
3
name = "aioWiserHeatAPI"
2
4
__all__ = ["wiserAPI" , "wiserDiscovery" ]
3
5
4
- __VERSION__ = "1.3.7"
5
-
6
- import logging
6
+ __VERSION__ = "1.3.8"
7
7
8
8
_LOGGER = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments