You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/lib/mqtt/capabilities/MapSegmentationCapabilityMqttHandle.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ class MapSegmentationCapabilityMqttHandle extends CapabilityMqttHandle {
58
58
helpText: "This handle accepts a JSON object identical to the one used by the REST API.\n\n"+
59
59
"Simply use the Map in the Valetudo UI, select the desired segments and iterations and then long-press the button that would start the action.<br/>\n"+
60
60
"This will open a modal containing the copy-pasteable payload.\n\n"+
61
+
"\n**Note:** Not all firmwares support customOrder.\n\n"+
- Set topic: `<TOPIC PREFIX>/<IDENTIFIER>/OperationModeControlCapability/preset/set`
627
-
- Data type: [enum](https://homieiot.github.io/specification/#enum) (allowed payloads: `mop`, `vacuum`, `vacuum_and_mop`)
630
+
- Data type: [enum](https://homieiot.github.io/specification/#enum) (allowed payloads: `mop`, `vacuum`, `vacuum_and_mop`, `vacuum_then_mop`)
628
631
629
632
{% include alert.html type="warning" content="Some information contained in this document may not be exactly what is sent or expected by actual robots, since different vendors have different implementations. Refer to the table below.
markdown+=`**Note:** This is an optional exposed capability handle and thus will only be available via MQTT if enabled in the Valetudo configuration.\n\n`;
367
375
}
@@ -490,10 +498,16 @@ class FakeMqttController extends MqttController {
0 commit comments