Change the key [name] to [Name] in members property

All the other keys start with Uppercase. Changing this to make it
consistent.

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I023d0c0004830bc1758457aed6c1a2d93f394bcf
diff --git a/gen_led_groups.pl b/gen_led_groups.pl
index 2cb82da..dc9fd41 100755
--- a/gen_led_groups.pl
+++ b/gen_led_groups.pl
@@ -327,7 +327,7 @@
     {
         my $class = shift;
         my $self = {
-            name => shift,
+            Name => shift,
             Action => shift,
             DutyOn => shift,
             Period => shift,