]> git.basschouten.com Git - openhab-addons.git/commitdiff
[ecowatt] Fix a typo in a channel description (#13476)
authorlolodomo <lg.hc@free.fr>
Sun, 2 Oct 2022 10:54:27 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2022 10:54:27 +0000 (12:54 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.ecowatt/src/main/resources/OH-INF/i18n/ecowatt.properties
bundles/org.openhab.binding.ecowatt/src/main/resources/OH-INF/thing/thing-types.xml

index 3f5890c865c2ce12bd912e123cd9209a59973ce7..adff546876163ce8b4bbebb150defde2fc3b38c9 100644 (file)
@@ -10,7 +10,7 @@ thing-type.ecowatt.signals.description = The French electricity consumption fore
 thing-type.ecowatt.signals.channel.currentHourSignal.label = Current Hour Signal
 thing-type.ecowatt.signals.channel.currentHourSignal.description = The signal relating to the forecast consumption level for the current hour. Values are 1 for normal consumption (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red).
 thing-type.ecowatt.signals.channel.todaySignal.label = Today Signal
-thing-type.ecowatt.signals.channel.todaySignal.description = The signal relating to the forecast consumption level for today. Values are 1 for normal consumption (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red)).
+thing-type.ecowatt.signals.channel.todaySignal.description = The signal relating to the forecast consumption level for today. Values are 1 for normal consumption (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red).
 thing-type.ecowatt.signals.channel.tomorrowSignal.label = Tomorrow Signal
 thing-type.ecowatt.signals.channel.tomorrowSignal.description = The signal relating to the forecast consumption level for tomorrow. Values are 1 for normal consumption (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red).
 
index 5c58aa53b255e8987023972457a4c937629bdb84..6b98bd383c0ee723b309c934c6559dafbd046167 100644 (file)
@@ -12,7 +12,7 @@
                        <channel id="todaySignal" typeId="signal">
                                <label>Today Signal</label>
                                <description>The signal relating to the forecast consumption level for today. Values are 1 for normal consumption
-                                       (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red)).</description>
+                                       (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red).</description>
                        </channel>
                        <channel id="tomorrowSignal" typeId="signal">
                                <label>Tomorrow Signal</label>