volume-control:
[enigma2.git] / lib / python / Components / config.py
index bdd08e12fe3173ac7db230fb3fb82a63f29a2e8a..b5a767a23c13b9635e3a81720a8bc8dfbef4b2a0 100644 (file)
@@ -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], "")