diff --git a/function/rooms.py b/function/rooms.py index 1baeffc..ea58aa2 100644 --- a/function/rooms.py +++ b/function/rooms.py @@ -13,6 +13,8 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) class room(object): + ADD_TO_VIDEV_ALL_OFF = None + def __init__(self, mqtt_client): self.mqtt_client = mqtt_client @@ -33,6 +35,7 @@ class room(object): class room_collection(object): + ADD_TO_VIDEV_ALL_OFF = None ALLOWED_CLASSES = ("room", "room_collection") def __init__(self, mqtt_client): diff --git a/smart_brain.py b/smart_brain.py index d12b745..0ea24b9 100644 --- a/smart_brain.py +++ b/smart_brain.py @@ -12,7 +12,7 @@ logger = report.default_logging_config() VERS_MAJOR = 1 VERS_MINOR = 4 -VERS_PATCH = 0 +VERS_PATCH = 1 INFO_TOPIC = "__info__" INFO_DATA = { diff --git a/smart_devices b/smart_devices index 6f57eeb..991eeeb 160000 --- a/smart_devices +++ b/smart_devices @@ -1 +1 @@ -Subproject commit 6f57eebee5341b2c7bd50a05dc08aafb590aa3e7 +Subproject commit 991eeeb2d67d8c918e638929adb1b53644a472e9