Skip to content

Commit

Permalink
chore(release): 2022.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Oct 30, 2022
1 parent 62a666d commit 61aa741
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
19 changes: 19 additions & 0 deletions backend/lib/robots/dreame/Dreame1TValetudoRobot.js
Expand Up @@ -15,6 +15,25 @@ class Dreame1TValetudoRobot extends DreameGen2VSlamValetudoRobot {
constructor(options) {
super(options);

this.registerCapability(new capabilities.DreameZoneCleaningCapability({
robot: this,
miot_actions: {
start: {
siid: DreameGen2ValetudoRobot.MIOT_SERVICES.VACUUM_2.SIID,
aiid: DreameGen2ValetudoRobot.MIOT_SERVICES.VACUUM_2.ACTIONS.START.AIID
}
},
miot_properties: {
mode: {
piid: DreameGen2ValetudoRobot.MIOT_SERVICES.VACUUM_2.PROPERTIES.MODE.PIID
},
additionalCleanupParameters: {
piid: DreameGen2ValetudoRobot.MIOT_SERVICES.VACUUM_2.PROPERTIES.ADDITIONAL_CLEANUP_PROPERTIES.PIID
}
},
zoneCleaningModeId: 19
}));

this.registerCapability(new capabilities.DreameConsumableMonitoringCapability({
robot: this,
miot_properties: {
Expand Down
2 changes: 1 addition & 1 deletion docs/_pages/general/supported-robots.md
Expand Up @@ -1196,4 +1196,4 @@ Unfortunately, this model is lacking basic features such as a persistent map whi

<br/><br/><br/><br/><br/>
This page has been autogenerated.<br/>
Autogeneration timestamp: 2022-10-17T17:56:50.835Z
Autogeneration timestamp: 2022-10-30T12:54:47.349Z
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "valetudo",
"version": "2022.10.0",
"version": "2022.11.0",
"description": "Self-contained control webinterface for vacuum robots",
"license": "Apache-2.0",
"engines": {
Expand Down
2 changes: 2 additions & 0 deletions util/generate_robot_docs.js
Expand Up @@ -296,6 +296,8 @@ const HIDDEN_IMPLEMENTATIONS = [
"RoborockS7ValetudoRobot",
"DreameP2149ValetudoRobot",
"DreameL10SUltraValetudoRobot",
"DreameL10SProValetudoRobot",
"DreameX10PlusValetudoRobot",
"DreameD9ProPlusValetudoRobot",
];

Expand Down

0 comments on commit 61aa741

Please sign in to comment.