Skip to content

Commit

Permalink
Corrected electric Potential (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
  • Loading branch information
Confectrician committed Jul 3, 2018
1 parent b302c5a commit bef5dae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snippets/openhab_items.json
Expand Up @@ -34,10 +34,10 @@
"body": "Number:Dimensionless ${1:Item_ID} \"${2:Item Label}\" <${3:icon}> (${4:Group}) { channel=\"${5:example:thing:channel}\" }",
"description": "Dimensionless measurement Item snippet to put in *.items"
},
"electrical-potential-item-snippet": {
"prefix": "electrical-potential-item-snippet",
"body": "Number:ElectricalPotential ${1:Item_ID} \"${2:Item Label}\" <${3:icon}> (${4:Group}) { channel=\"${5:example:thing:channel}\" }",
"description": "Electrical Potential measurement Item snippet to put in *.items"
"electric-potential-item-snippet": {
"prefix": "electric-potential-item-snippet",
"body": "Number:ElectricPotential ${1:Item_ID} \"${2:Item Label}\" <${3:icon}> (${4:Group}) { channel=\"${5:example:thing:channel}\" }",
"description": "Electric Potential measurement Item snippet to put in *.items"
},
"electric-capacitance-item-snippet": {
"prefix": "electric-capacitance-item-snippet",
Expand Down

0 comments on commit bef5dae

Please sign in to comment.