X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5e9af99815e94c739e4b13b04f4af74e77074d96..db2fb2d1b2d807cc389a429881886d4a40e763e1:/lib/python/Components/config.py?ds=inline diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 42172021..fda44795 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -188,6 +188,8 @@ class configSequenceArg: if (type == "IP"): return (("."), [(0,255),(0,255),(0,255),(0,255)], "") # configsequencearg.get ("MAC") + if (type == "POSITION"): + return ((","), [(0,args[0]),(0,args[1]),(0,args[2]),(0,args[3])], "") if (type == "MAC"): return ((":"), [(1,255),(1,255),(1,255),(1,255),(1,255),(1,255)], "") # configsequencearg.get ("CLOCK")