todo cleanup

This commit is contained in:
Dirk Alders 2025-08-22 21:04:28 +02:00
parent 000115f930
commit 3c554ee090
2 changed files with 1 additions and 2 deletions

View File

@ -11,6 +11,7 @@ import tests.help
# TODO: Extend tests in simulation
# - Compare with nodered capabilities
# - Add furthet heating checks (set to default, ...)
# - Test???: Check of warning messages for battery and overtemperature
# - Switching button functions (gfw_dirk, ffe.sleep)

View File

@ -9,8 +9,6 @@ from .help import testSession
from .help import STATES_SW, STATES_BR, STATES_CT, STATES_TEMP
from tests.common_testcases import device_follow
# TODO: Compare with nodered capabilities and remove todos in code
def device_follow_sw(ts, master, slave, master_ch=0, slave_ch=0, single=False):
master_key = getattr(master, "KEY_OUTPUT_%d" % master_ch)