Skip to content

Commit 15fe487

Browse files
committed
Version 2.6.6
1 parent 5a9e931 commit 15fe487

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ v2.6.3, 09 Feb 2024 -- Completed ElectricWaterHeater implementation
6666
v2.6.4, 14 Feb 2024 -- Fix #70 Set dependent module to deprecated
6767
-- Complement EPC_CODE of Electric water heater
6868
v2.6.5, 19 Feb 2024 -- Fix syntax error in ElectricWaterHeater _026BCC()
69+
v2.6.6, 23 Feb 2024 -- Add 0x97: _hh_mm to EPC_SUPER_FUNCTIONS
70+
-- Don't call update callback functions in discover()
71+
-- Property value in the EPC_SUPER_FUNCTIONS constant

pychonet/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 6, 5)
1+
__version_info__ = (2, 6, 6)
22
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)