X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/083461688d74365ad6e36a1877758a7a0d1f76ca..53a2c0881c4222135ac434305b5bc2e43cc14b5c:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index dfd5d597..b5a767a2 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -154,6 +154,9 @@ class configSequenceArg: # configsequencearg.get ("MAC") if (type == "MAC"): return ((":"), [(1,255),(1,255),(1,255),(1,255),(1,255),(1,255)], "") + # configsequencearg.get ("CLOCK") + if (type == "CLOCK"): + return ((":"), [(0,23),(0,59)], "") # configsequencearg.get("INTEGER", (min, max)) => x with min <= x <= max if (type == "INTEGER"): return ((":"), [args], "") @@ -427,5 +430,3 @@ def getConfigListEntry(description, element): b = element item = b.controlType(b) return ((description, item)) - - \ No newline at end of file