[ecowatt] Fix a typo in a channel description (#13476)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2022-10-02 12:54:27 +02:00 committed by GitHub
parent d24e3eadc3
commit 32747e825f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View 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).

View 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>