Skip to content

Commit

Permalink
fixed access_control class
Browse files Browse the repository at this point in the history
closes #398
  • Loading branch information
coreGreenberet committed Apr 5, 2021
1 parent 262e96e commit 3cc6ee5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homematicip/base/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,11 @@ class AutomationRuleType(AutoNameEnum):


class FunctionalHomeType(AutoNameEnum):
ACCESS_CONTROL = auto()
INDOOR_CLIMATE = auto()
LIGHT_AND_SHADOW = auto()
SECURITY_AND_ALARM = auto()
WEATHER_AND_ENVIRONMENT = auto()
ACCESS_CONTROL = auto()


class EventType(AutoNameEnum):
Expand Down
7 changes: 6 additions & 1 deletion homematicip_demo/json_data/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -8396,8 +8396,13 @@
"solution": "WEATHER_AND_ENVIRONMENT"
},
"ACCESS_CONTROL": {
"active": true,
"accessAuthorizationProfileGroups": [],
"active": false,
"autoRelockProfileGroups": [],
"extendedLinkedGarageDoorGroups": [],
"extendedLinkedNotificationGroups": [],
"functionalGroups": [],
"lockProfileGroups": [],
"solution": "ACCESS_CONTROL"
}
},
Expand Down

0 comments on commit 3cc6ee5

Please sign in to comment.