File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ UNRELEASED] ( https://github.com/hahn-th/homematicip-rest-api/compare/2.0.8..master )
8+ ## [ UNRELEASED] ( https://github.com/hahn-th/homematicip-rest-api/compare/2.1.0..master )
9+
10+ ### Added
11+
12+ - Add IOptionalFeatureOperationDays with attribute operationDays
913
1014## [ 2.1.0] ( https://github.com/hahn-th/homematicip-rest-api/compare/2.0.7..2.1.0 ) 2025-07-15
1115
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ class Device(BaseDevice):
141141 # "IOptionalFeatureLightSceneWithShortTimes": false,
142142 "IOptionalFeatureLowBat" : ["lowBat" ],
143143 "IOptionalFeatureMountingOrientation" : ["mountingOrientation" ],
144+ "IOptionalFeatureOperationDays" : ["operationDays" ],
144145 }
145146
146147 def __init__ (self , connection ):
You can’t perform that action at this time.
0 commit comments