Skip to content

Commit

Permalink
feat(vendor.viomi): Raise zone count limit to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Apr 27, 2022
1 parent 66a2730 commit 8130e24
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ class ViomiZoneCleaningCapability extends ZoneCleaningCapability {
return {
zoneCount: {
min: 1,
max: 5
max: 10
},
iterationCount: {
min: 1,
Expand Down

0 comments on commit 8130e24

Please sign in to comment.