Fix: all_off
This commit is contained in:
parent
ab9346adbf
commit
c05b433be5
@ -13,6 +13,8 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class room(object):
|
class room(object):
|
||||||
|
ADD_TO_VIDEV_ALL_OFF = None
|
||||||
|
|
||||||
def __init__(self, mqtt_client):
|
def __init__(self, mqtt_client):
|
||||||
self.mqtt_client = mqtt_client
|
self.mqtt_client = mqtt_client
|
||||||
|
|
||||||
@ -33,6 +35,7 @@ class room(object):
|
|||||||
|
|
||||||
|
|
||||||
class room_collection(object):
|
class room_collection(object):
|
||||||
|
ADD_TO_VIDEV_ALL_OFF = None
|
||||||
ALLOWED_CLASSES = ("room", "room_collection")
|
ALLOWED_CLASSES = ("room", "room_collection")
|
||||||
|
|
||||||
def __init__(self, mqtt_client):
|
def __init__(self, mqtt_client):
|
||||||
|
@ -12,7 +12,7 @@ logger = report.default_logging_config()
|
|||||||
|
|
||||||
VERS_MAJOR = 1
|
VERS_MAJOR = 1
|
||||||
VERS_MINOR = 4
|
VERS_MINOR = 4
|
||||||
VERS_PATCH = 0
|
VERS_PATCH = 1
|
||||||
|
|
||||||
INFO_TOPIC = "__info__"
|
INFO_TOPIC = "__info__"
|
||||||
INFO_DATA = {
|
INFO_DATA = {
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 6f57eebee5341b2c7bd50a05dc08aafb590aa3e7
|
Subproject commit 991eeeb2d67d8c918e638929adb1b53644a472e9
|
Loading…
x
Reference in New Issue
Block a user