diff options
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
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") |
