Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Feb 3, 2024
1 parent 39491cc commit 33ee562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ v2.5.2, 25 Jan 2024 -- Remove `ENL_PRODUCT_CODE` from request getAllPropertyMap(
-- Filter only valid properties during GET/SET requests
-- Add ENL_DPM_CHANNEL_SIMPLEX_CUMULATIVE_ENG, ENL_DPM_CHANNEL_SIMPLEX_INSTANT_ENG
-- Improved notification for state "available"
v2.6.0, 03 Feb 2024 -- Optimizing "available" notifications
-- Add FloorHeater Class
-- Include property values in the EPC_FUNCTIONS constant
-- Add some cover classes that inherits the Electric Blind class
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, 5, 2)
__version_info__ = (2, 6, 0)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 33ee562

Please sign in to comment.