Refactoring: removed ./base.py
This commit is contained in:
parent
2cba4ed510
commit
a8335c5078
2
mqtt
2
mqtt
@ -1 +1 @@
|
||||
Subproject commit 95dda53a55b40591bbd5200ae5ea8c354610b913
|
||||
Subproject commit c2b32852127bc1a3aca078a2dad3993f46cb81c2
|
@ -1,4 +1,4 @@
|
||||
from base import mqtt_base
|
||||
from mqtt.smarthome import mqtt_base
|
||||
import colored
|
||||
import json
|
||||
import task
|
||||
|
@ -12,7 +12,7 @@ from unittest import jsonlog
|
||||
|
||||
from config import APP_NAME as ROOT_LOGGER_NAME
|
||||
|
||||
DELAY_SET_GET = 0.1
|
||||
DELAY_SET_GET = 0.15
|
||||
STATES_SW = (True, False)
|
||||
STATES_BR = list(range(0, 101, 20))
|
||||
STATES_CT = list(range(0, 11, 2))
|
||||
|
Loading…
x
Reference in New Issue
Block a user