Updated external content (Jenkins build 1769)

pull/2219/head
openHAB Build Server 2023-11-09 05:35:41 +00:00
parent ccc7f78078
commit be68a4b049
2 changed files with 41 additions and 0 deletions

View File

@ -661,6 +661,13 @@ Additionally depending on the capabilities of your robot vacuum other channels m
| Switch | status#mop_forbidden_enable | Mop Forbidden |
| Switch | status#is_locating | Robot is locating |
| Number | actions#segment | Room Clean (enter room #) |
| Switch | actions#collect_dust | Start collecting dust |
| Switch | actions#clean_mop_start | Start mop wash |
| Switch | actions#clean_mop_stop | Stop mop wash |
| Number | status#mop_drying_time | Mop drying Time |
| Switch | status#is_mop_drying | Mop cleaning active |
| Number | status#dock_state_id | Dock status id |
| String | status#dock_state | Dock status message |
Note: cleaning map is only available with cloud access.

View File

@ -215,6 +215,40 @@
<label>Robot Locating</label>
<state readOnly="true"/>
</channel-type>
<channel-type id="dock_state">
<item-type>String</item-type>
<label>Dock State</label>
<state readOnly="true"/>
</channel-type>
<channel-type id="dock_state_id">
<item-type>Number</item-type>
<label>Dock State ID</label>
<state readOnly="true"/>
</channel-type>
<channel-type id="mop_drying_time">
<item-type>Number:Time</item-type>
<label>Mop Drying Time</label>
<state pattern="%.0f %unit%" readOnly="true"/>
</channel-type>
<channel-type id="is_mop_drying">
<item-type>Switch</item-type>
<label>Mop Cleaning Active</label>
<state readOnly="true"/>
</channel-type>
<channel-type id="collect_dust">
<item-type>Switch</item-type>
<label>Start Collecting Dust</label>
<description>Once the vacuum cleaner is back in place, you can start collecting the dust</description>
</channel-type>
<channel-type id="clean_mop_start">
<item-type>Switch</item-type>
<label>Start Mop Wash</label>
<description>Once the vacuum cleaner is back in place, you can start cleaning the mop</description>
</channel-type>
<channel-type id="clean_mop_stop">
<item-type>Switch</item-type>
<label>Stop Mop Wash</label>
</channel-type>
<!-- Consumables channels -->
<channel-type id="main_brush_percent">