Skip to content

Commit

Permalink
Merge pull request #12 from J-A-U/conf_editor
Browse files Browse the repository at this point in the history
E.g. Impulse
  • Loading branch information
J-A-U committed Apr 5, 2018
2 parents 6b345a3 + 5d54779 commit 8267c99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/vzlogger_generic.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"identifier": {
"type": "string",
"description": "identifier of this channel from the meter. E.g. 1-0:1.8.0"
"description": "identifier of this channel from the meter. E.g. 1-0:1.8.0 (for sml) or Impulse (for s0)"
}
},
"required": ["api", "identifier"]
Expand All @@ -86,7 +86,7 @@
},
"identifier": {
"type": "string",
"description": "identifier of this channel from the meter. E.g. 1-0:1.8.0"
"description": "identifier of this channel from the meter. E.g. 1-0:1.8.0 (for sml) or Impulse (for s0)"
},
"middleware": {
"type": "string",
Expand Down Expand Up @@ -126,7 +126,7 @@
},
"identifier": {
"type": "string",
"description": "identifier of this channel from the meter. E.g. 1-0:1.8.0"
"description": "identifier of this channel from the meter. E.g. 1-0:1.8.0 (for sml) or Impulse (for s0)"
},
"middleware": {
"type": "string",
Expand Down Expand Up @@ -180,7 +180,7 @@
},
"identifier": {
"type": "string",
"description": "identifier of this channel from the meter. E.g. 1-0:1.8.0"
"description": "identifier of this channel from the meter. E.g. 1-0:1.8.0 (for sml) or Impulse (for s0)"
},
"host": {
"type": "string",
Expand Down Expand Up @@ -296,7 +296,7 @@
"gpio": {
"type": "integer",
"default": -1,
"description": "Number of GPIO port to be used. If this is set >-1 then device is ignored."
"description": "Number of GPIO port to be used. If this is set >-1 device will be ignored."
},
"mmap": {
"type": "string",
Expand Down

0 comments on commit 8267c99

Please sign in to comment.