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

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/SureElec.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:
21
21
        'type' => 'leaf',
22
22
        'description' => 'Set the initial brightness '
23
23
      },
 
24
      'Contrast',
 
25
      {
 
26
        'value_type' => 'integer',
 
27
        'min' => '0',
 
28
        'upstream_default' => '480',
 
29
        'max' => '1000',
 
30
        'type' => 'leaf',
 
31
        'description' => 'Set the initial contrast '
 
32
      },
24
33
      'Device',
25
34
      {
26
35
        'value_type' => 'uniline',
28
37
        'type' => 'leaf',
29
38
        'description' => 'Port the device is connected to  (by default first USB serial port)'
30
39
      },
31
 
      'Size',
 
40
      'Edition',
32
41
      {
33
42
        'value_type' => 'uniline',
34
 
        'default' => '16x2',
35
 
        'type' => 'leaf',
36
 
        'description' => 'set display size
37
 
Note: The size can be obtained directly from device for edition 2 & 3.'
38
 
      },
39
 
      'Contrast',
40
 
      {
41
 
        'value_type' => 'integer',
42
 
        'min' => '0',
43
 
        'upstream_default' => '480',
44
 
        'max' => '1000',
45
 
        'type' => 'leaf',
46
 
        'description' => 'Set the initial contrast '
 
43
        'upstream_default' => '2',
 
44
        'type' => 'leaf',
 
45
        'description' => 'Edition level of the device (can be 1, 2 or 3) '
47
46
      },
48
47
      'OffBrightness',
49
48
      {
56
55
This value is used when the display is normally
57
56
switched off in case LCDd is inactive'
58
57
      },
59
 
      'Edition',
 
58
      'Size',
60
59
      {
61
60
        'value_type' => 'uniline',
62
 
        'upstream_default' => '2',
 
61
        'default' => '16x2',
63
62
        'type' => 'leaf',
64
 
        'description' => 'Edition level of the device (can be 1, 2 or 3) '
 
63
        'description' => 'set display size
 
64
Note: The size can be obtained directly from device for edition 2 & 3.'
65
65
      }
66
66
    ]
67
67
  }