Updated external content (Jenkins build 1769)
parent
ccc7f78078
commit
be68a4b049
|
@ -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.
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue