Skip to content

Commit

Permalink
chore(vendor.dreame): Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Apr 16, 2023
1 parent 8636e0c commit 321ff10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/lib/robots/dreame/DreameQuirkFactory.js
Expand Up @@ -373,7 +373,7 @@ class DreameQuirkFactory {
return new Quirk({
id: id,
title: "Carpet detection sensor",
description: "Detect carpets using a dedicated sensor",
description: "Detect carpets for carpet avoidance using a dedicated sensor",
options: ["on", "off"],
getter: async () => {
const res = await this.helper.readProperty(
Expand Down

0 comments on commit 321ff10

Please sign in to comment.