Skip to content

Commit

Permalink
chore(release): 2021.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Dec 5, 2021
1 parent c0698b4 commit f019064
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions docs/_pages/general/supported-robots.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ some effort

#### Recommended

This model has issues and therefore isn't recommended (see comment)
This model is okay but has some issues that keep it from being fully recommendable



Expand All @@ -643,7 +643,7 @@ armv7-lowmem

#### Comment

No one bothered to further look into newer roborock models meaning that some map-related features are more or less broken
Root requires soldering.

Also, 256MB RAM and NAND are pretty bad HW specs which can cause issues.

Expand Down Expand Up @@ -695,7 +695,7 @@ some effort

#### Recommended

This model has issues and therefore isn't recommended (see comment)
This model is okay but has some issues that keep it from being fully recommendable



Expand All @@ -707,7 +707,7 @@ armv7

#### Comment

No one bothered to further look into newer roborock models meaning that some map-related features are more or less broken
Root requires soldering.



Expand Down Expand Up @@ -757,7 +757,7 @@ some effort

#### Recommended

This model has issues and therefore isn't recommended (see comment)
This model is okay but has some issues that keep it from being fully recommendable



Expand All @@ -769,7 +769,7 @@ armv7-lowmem

#### Comment

No one bothered to further look into newer roborock models meaning that some map-related features are more or less broken
Root requires soldering.

Also, 256MB RAM and NAND are pretty bad HW specs which can cause issues.

Expand Down Expand Up @@ -948,7 +948,7 @@ some effort

#### Recommended

This model has issues and therefore isn't recommended (see comment)
This model is okay but has some issues that keep it from being fully recommendable



Expand All @@ -960,7 +960,7 @@ armv7-lowmem

#### Comment

No one bothered to further look into newer roborock models meaning that some map-related features are more or less broken
Root requires soldering.

Also, 256MB RAM and NAND are pretty bad HW specs which can cause issues.

Expand Down Expand Up @@ -1240,4 +1240,4 @@ Overall, it's just weird and annoying.

<br/><br/><br/><br/><br/>
This page has been autogenerated.<br/>
Autogeneration timestamp: 2021-11-21T11:28:41.305Z
Autogeneration timestamp: 2021-12-05T11:10:26.572Z
2 changes: 1 addition & 1 deletion docs/_pages/integrations/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Home Assistant components controlled by this property:
This handle returns the current statistics time in seconds

- Read topic: `<TOPIC PREFIX>/<IDENTIFIER>/CurrentStatisticsCapability/time`
- Data type: [integer](https://homieiot.github.io/specification/#integer)
- Data type: [integer](https://homieiot.github.io/specification/#integer) (unit: seconds)

Sample value:

Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valetudo",
"version": "2021.11.1",
"version": "2021.12.0",
"description": "Self-contained control webinterface for vacuum robots",
"license": "Apache-2.0",
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions util/generate_robot_docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,24 +151,24 @@ const ModelDescriptions = {
valetudoSupport: VALETUDO_SUPPORT_GRADES.OKAY,
developerSupport: DEVELOPER_SUPPORT_GRADES.SOME_EFFORT,
testedWorking: true,
recommended: BUY_GRADES.NOT_OKAY,
comment: "No one bothered to further look into newer roborock models meaning that some map-related features are more or less broken\n\nAlso, 256MB RAM and NAND are pretty bad HW specs which can cause issues.",
recommended: BUY_GRADES.OKAY_ISH,
comment: "Root requires soldering. \n\nAlso, 256MB RAM and NAND are pretty bad HW specs which can cause issues.",
architecture: VALETUDO_ARCHITECTURES.ARM_LOWMEM,
},
"S4": {
valetudoSupport: VALETUDO_SUPPORT_GRADES.OKAY,
developerSupport: DEVELOPER_SUPPORT_GRADES.SOME_EFFORT,
testedWorking: true,
recommended: BUY_GRADES.NOT_OKAY,
comment: "No one bothered to further look into newer roborock models meaning that some map-related features are more or less broken",
recommended: BUY_GRADES.OKAY_ISH,
comment: "Root requires soldering.",
architecture: VALETUDO_ARCHITECTURES.ARM,
},
"S5 Max": {
valetudoSupport: VALETUDO_SUPPORT_GRADES.OKAY,
developerSupport: DEVELOPER_SUPPORT_GRADES.SOME_EFFORT,
testedWorking: true,
recommended: BUY_GRADES.NOT_OKAY,
comment: "No one bothered to further look into newer roborock models meaning that some map-related features are more or less broken\n\nAlso, 256MB RAM and NAND are pretty bad HW specs which can cause issues.",
recommended: BUY_GRADES.OKAY_ISH,
comment: "Root requires soldering. \n\nAlso, 256MB RAM and NAND are pretty bad HW specs which can cause issues.",
architecture: VALETUDO_ARCHITECTURES.ARM_LOWMEM,
},
"S5": {
Expand All @@ -191,8 +191,8 @@ const ModelDescriptions = {
valetudoSupport: VALETUDO_SUPPORT_GRADES.OKAY,
developerSupport: DEVELOPER_SUPPORT_GRADES.SOME_EFFORT,
testedWorking: true,
recommended: BUY_GRADES.NOT_OKAY,
comment: "No one bothered to further look into newer roborock models meaning that some map-related features are more or less broken\n\nAlso, 256MB RAM and NAND are pretty bad HW specs which can cause issues.",
recommended: BUY_GRADES.OKAY_ISH,
comment: "Root requires soldering. \n\nAlso, 256MB RAM and NAND are pretty bad HW specs which can cause issues.",
architecture: VALETUDO_ARCHITECTURES.ARM_LOWMEM,
},
"S6": {
Expand Down

0 comments on commit f019064

Please sign in to comment.