| Channel | Type | Description |
|-------------------|--------|------------------------------------------------------------------|
-| todaySignal | Number | The signal relating to the forecast consumption level for today. Values are 1 for normal consumption, 2 for strained electrical system and 3 for very strained electrical system. |
-| tomorrowSignal | Number | The signal relating to the forecast consumption level for tomorrow. Values are 1 for normal consumption, 2 for strained electrical system and 3 for very strained electrical system. |
-| currentHourSignal | Number | The signal relating to the forecast consumption level for the current hour. Values are 1 for normal consumption, 2 for strained electrical system and 3 for very strained electrical system. |
+| todaySignal | Number | 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). |
+| tomorrowSignal | Number | 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). |
+| currentHourSignal | Number | 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). |
## Full Example
thing-type.ecowatt.signals.label = Electricity Forecast
thing-type.ecowatt.signals.description = The French electricity consumption forecasts
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, 2 for strained electrical system and 3 for very strained electrical system.
+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, 2 for strained electrical system and 3 for very strained electrical system.
+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, 2 for strained electrical system and 3 for very strained electrical system.
+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).
# thing types config
# channel types
channel-type.ecowatt.signal.label = Consumption Signal
-channel-type.ecowatt.signal.description = The signal relating to the forecast consumption level. Values are 1 for normal consumption, 2 for strained electrical system and 3 for very strained electrical system.
-channel-type.ecowatt.signal.state.option.1 = Green (normal consumption)
-channel-type.ecowatt.signal.state.option.2 = Orange (strained electrical system)
-channel-type.ecowatt.signal.state.option.3 = Red (very strained electrical system)
+channel-type.ecowatt.signal.description = The signal relating to the forecast consumption level. Values are 1 for normal consumption (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red).
+channel-type.ecowatt.signal.state.option.1 = Green
+channel-type.ecowatt.signal.state.option.2 = Orange
+channel-type.ecowatt.signal.state.option.3 = Red
# thing status descriptions
<channels>
<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, 2
- for strained electrical system and 3 for very strained electrical system.</description>
+ <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>
</channel>
<channel id="tomorrowSignal" typeId="signal">
<label>Tomorrow Signal</label>
<description>The signal relating to the forecast consumption level for tomorrow. Values are 1 for normal
- consumption, 2 for strained electrical system and 3 for very strained electrical system.</description>
+ consumption
+ (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red).</description>
</channel>
<channel id="currentHourSignal" typeId="signal">
<label>Current Hour Signal</label>
<description>The signal relating to the forecast consumption level for the current hour. Values are 1 for normal
- consumption, 2 for strained electrical system and 3 for very strained electrical system.</description>
+ consumption (green), 2 for strained electrical system (orange) and 3 for very strained electrical system (red).</description>
</channel>
</channels>
<channel-type id="signal">
<item-type>Number</item-type>
<label>Consumption Signal</label>
- <description>The signal relating to the forecast consumption level. Values are 1 for normal consumption, 2 for
- strained electrical system and 3 for very strained electrical system.</description>
+ <description>The signal relating to the forecast consumption level. Values are 1 for normal consumption (green), 2 for
+ strained electrical system (orange) and 3 for very strained electrical system (red).</description>
<state readOnly="true">
<options>
- <option value="1">Green (normal consumption)</option>
- <option value="2">Orange (strained electrical system)</option>
- <option value="3">Red (very strained electrical system)</option>
+ <option value="1">Green</option>
+ <option value="2">Orange</option>
+ <option value="3">Red</option>
</options>
</state>
</channel-type>