~ubuntu-branches/ubuntu/trusty/libconfig-model-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/imonlcd.pl

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2013-05-26 12:40:30 UTC
  • mfrom: (1.3.61)
  • Revision ID: package-import@ubuntu.com-20130526124030-nfmm6ejhjubovp7v
Tags: 2.036-1
[ gregor herrmann ]
* Add =encoding to POD in dh_config_model_upgrade.

[ Dominique Dumont ]
* Imported Upstream version 2.036
  * config-edit: added deprecation warning
  * Value: fix pod doc error in L<> (Closes: #709784)
  * Node::load_data: use a predictable order to accept elements.
    This change fixes the test failure in t/backend_ini.t
    (Closes: #709785)
  * make t/pod.t run only when AUTHOR_TESTING is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
          'off'
24
24
        ]
25
25
      },
26
 
      'Device',
27
 
      {
28
 
        'value_type' => 'uniline',
29
 
        'upstream_default' => '/dev/lcd0',
30
 
        'type' => 'leaf',
31
 
        'description' => 'Select the output device to use '
32
 
      },
33
 
      'Size',
34
 
      {
35
 
        'value_type' => 'uniline',
36
 
        'upstream_default' => '96x16',
37
 
        'type' => 'leaf',
38
 
        'description' => 'Specify the size of the display in pixels '
39
 
      },
40
26
      'Contrast',
41
27
      {
42
28
        'value_type' => 'integer',
46
32
        'type' => 'leaf',
47
33
        'description' => 'Select the displays contrast '
48
34
      },
 
35
      'Device',
 
36
      {
 
37
        'value_type' => 'uniline',
 
38
        'upstream_default' => '/dev/lcd0',
 
39
        'type' => 'leaf',
 
40
        'description' => 'Select the output device to use '
 
41
      },
 
42
      'DiscMode',
 
43
      {
 
44
        'value_type' => 'enum',
 
45
        'upstream_default' => '0',
 
46
        'type' => 'leaf',
 
47
        'description' => 'Set the disc mode 
 
48
0 => spin the "slim" disc - two disc segments,
 
49
1 => their complement spinning;',
 
50
        'choice' => [
 
51
          '0',
 
52
          '1'
 
53
        ]
 
54
      },
49
55
      'OnExit',
50
56
      {
51
57
        'value_type' => 'integer',
72
78
          '1'
73
79
        ]
74
80
      },
75
 
      'DiscMode',
 
81
      'Size',
76
82
      {
77
 
        'value_type' => 'enum',
78
 
        'upstream_default' => '0',
 
83
        'value_type' => 'uniline',
 
84
        'upstream_default' => '96x16',
79
85
        'type' => 'leaf',
80
 
        'description' => 'Set the disc mode 
81
 
0 => spin the "slim" disc - two disc segments,
82
 
1 => their complement spinning;',
83
 
        'choice' => [
84
 
          '0',
85
 
          '1'
86
 
        ]
 
86
        'description' => 'Specify the size of the display in pixels '
87
87
      }
88
88
    ]
89
89
  }