diff --git a/smart_brain_test.py b/smart_brain_test.py index b3f7f16..530036f 100644 --- a/smart_brain_test.py +++ b/smart_brain_test.py @@ -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) diff --git a/tests/rooms.py b/tests/rooms.py index e4b133a..22f8c1c 100644 --- a/tests/rooms.py +++ b/tests/rooms.py @@ -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)