Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@
</channel-type>

<channel-type id="cloudiness">
<item-type>Number:Dimensionless</item-type>
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Cloudiness</label>
<description>Current cloudiness.</description>
<category>Sun_Clouds</category>
Expand All @@ -771,7 +771,7 @@
</channel-type>

<channel-type id="forecasted-cloudiness">
<item-type>Number:Dimensionless</item-type>
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Forecasted Cloudiness</label>
<description>Forecasted cloudiness.</description>
<category>Sun_Clouds</category>
Expand Down Expand Up @@ -1068,15 +1068,15 @@
</channel-type>

<channel-type id="precip-probability">
<item-type>Number:Dimensionless</item-type>
<item-type unitHint="%">Number:Dimensionless</item-type>
<label>Precipitation Probability</label>
<description>Forecasted precipitation probability.</description>
<category>Rain</category>
<tags>
<tag>Forecast</tag>
<tag>Rain</tag>
</tags>
<state readOnly="true" pattern="%.1f %unit%"/>
<state readOnly="true" min="0" max="100" pattern="%.1f %unit%"/>
</channel-type>

<channel-type id="alert-event">
Expand Down