Skip to content

Commit

Permalink
Version 2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Sep 4, 2024
1 parent f0ee9fc commit 1da46b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ v2.6.6, 23 Feb 2024 -- Add 0x97: _hh_mm to EPC_SUPER_FUNCTIONS
-- Don't call update callback functions in discover()
-- Property value in the EPC_SUPER_FUNCTIONS constant
v2.6.7, 19 Mar 2024 -- Eliminate the possibility of communication loss
V2.6.8, 22 Mar 2024 -- Maintenance of ElectricBlind Class
V2.6.9, 15 May 2024 -- Supports Refrigerator (0x03-0xB7)
v2.6.8, 22 Mar 2024 -- Maintenance of ElectricBlind Class
v2.6.9, 15 May 2024 -- Supports Refrigerator (0x03-0xB7)
v2.6.10, 4 Sep 2024 -- Add the minimum required EPC_FUNCTIONS (GeneralLighting, SingleFunctionLighting)
2 changes: 1 addition & 1 deletion pychonet/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (2, 6, 9)
__version_info__ = (2, 6, 10)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 1da46b2

Please sign in to comment.