From c16c803b41d8a7053180169930e34e3e4c1f0c87 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 2 Jul 2009 19:21:08 +0200 Subject: Completed python XML map for TypeMap 0x19 Format has changed slightly. The original format in v2.10 was: {'Next Scheduled Power-on': [' *','-*',' 0',':0',':0']} The new format is: {'Next Scheduled Power-on': '*-* *:*:*'} The reason is that the formatting in the original list was rather half-done, containing separators in some of the elements. --- src/pymap.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/pymap.xml b/src/pymap.xml index abbf334..2e7f5aa 100644 --- a/src/pymap.xml +++ b/src/pymap.xml @@ -586,8 +586,16 @@ - + + + + + + + + + -- cgit