added scheduler code

This commit is contained in:
2024-12-11 17:41:52 +01:00
parent aeabdf4c3f
commit 7e36084b0f
8 changed files with 69 additions and 23 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ from types import MappingProxyType
from triggers.roon import RoonTrigger
_dict_mapping = {
'roon': RoonTrigger
'Roon': RoonTrigger
}
trigger_mapping = MappingProxyType(_dict_mapping)