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

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/NoritakeVFD.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:
12
12
    'class_description' => 'generated from LCDd.conf',
13
13
    'name' => 'LCDd::NoritakeVFD',
14
14
    'element' => [
15
 
      'Reboot',
16
 
      {
17
 
        'value_type' => 'enum',
18
 
        'upstream_default' => 'no',
19
 
        'type' => 'leaf',
20
 
        'description' => 're-initialize the VFD ',
21
 
        'choice' => [
22
 
          'yes',
23
 
          'no'
24
 
        ]
25
 
      },
26
15
      'Brightness',
27
16
      {
28
17
        'value_type' => 'integer',
39
28
        'type' => 'leaf',
40
29
        'description' => 'device where the VFD is. Usual values are /dev/ttyS0 and /dev/ttyS1'
41
30
      },
 
31
      'OffBrightness',
 
32
      {
 
33
        'value_type' => 'integer',
 
34
        'min' => '0',
 
35
        'upstream_default' => '0',
 
36
        'max' => '1000',
 
37
        'type' => 'leaf',
 
38
        'description' => 'Set the initial off-brightness 
 
39
This value is used when the display is normally
 
40
switched off in case LCDd is inactive'
 
41
      },
42
42
      'Parity',
43
43
      {
44
44
        'value_type' => 'integer',
49
49
        'description' => 'Set serial data parity 
50
50
Meaning: 0(=none), 1(=odd), 2(=even)'
51
51
      },
 
52
      'Reboot',
 
53
      {
 
54
        'value_type' => 'enum',
 
55
        'upstream_default' => 'no',
 
56
        'type' => 'leaf',
 
57
        'description' => 're-initialize the VFD ',
 
58
        'choice' => [
 
59
          'yes',
 
60
          'no'
 
61
        ]
 
62
      },
 
63
      'Size',
 
64
      {
 
65
        'value_type' => 'uniline',
 
66
        'default' => '20x4',
 
67
        'type' => 'leaf',
 
68
        'description' => 'Specifies the size of the LCD.'
 
69
      },
52
70
      'Speed',
53
71
      {
54
72
        'value_type' => 'uniline',
55
73
        'upstream_default' => '9600,legal:1200,2400,9600,19200,115200',
56
74
        'type' => 'leaf',
57
75
        'description' => 'set the serial port speed '
58
 
      },
59
 
      'Size',
60
 
      {
61
 
        'value_type' => 'uniline',
62
 
        'default' => '20x4',
63
 
        'type' => 'leaf',
64
 
        'description' => 'Specifies the size of the LCD.'
65
 
      },
66
 
      'OffBrightness',
67
 
      {
68
 
        'value_type' => 'integer',
69
 
        'min' => '0',
70
 
        'upstream_default' => '0',
71
 
        'max' => '1000',
72
 
        'type' => 'leaf',
73
 
        'description' => 'Set the initial off-brightness 
74
 
This value is used when the display is normally
75
 
switched off in case LCDd is inactive'
76
76
      }
77
77
    ]
78
78
  }