From bef5dae3fa0f287925ed5ed1aa28018763e0140d Mon Sep 17 00:00:00 2001 From: Jerome Luckenbach Date: Tue, 3 Jul 2018 17:54:25 +0200 Subject: [PATCH] Corrected electric Potential (#105) Signed-off-by: Jerome Luckenbach --- snippets/openhab_items.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/openhab_items.json b/snippets/openhab_items.json index 4b432b3..c2299c5 100644 --- a/snippets/openhab_items.json +++ b/snippets/openhab_items.json @@ -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",