Skip to content

Commit 6bb3233

Browse files
committed
#591 Add IOptionalFeatureOperationDays
1 parent 702e452 commit 6bb3233

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

src/homematicip/device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)