Refactoring: removed ./base.py

This commit is contained in:
Dirk Alders 2025-08-30 16:21:24 +02:00
parent 2cba4ed510
commit a8335c5078
4 changed files with 3 additions and 4 deletions

View File

@ -1 +0,0 @@
../smart_brain/base.py

2
mqtt

@ -1 +1 @@
Subproject commit 95dda53a55b40591bbd5200ae5ea8c354610b913
Subproject commit c2b32852127bc1a3aca078a2dad3993f46cb81c2

View File

@ -1,4 +1,4 @@
from base import mqtt_base
from mqtt.smarthome import mqtt_base
import colored
import json
import task

View File

@ -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))