homebridge-roborock-vacuum 1.0.10 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -769,6 +769,10 @@ class deviceFeatures {
|
|
|
769
769
|
"set_common_status",
|
|
770
770
|
"set_in_warmup",
|
|
771
771
|
],
|
|
772
|
+
// Q5 Max+
|
|
773
|
+
"roborock.vacuum.a125": ["setCleaningRecordsInt", "setConsumablesString"],
|
|
774
|
+
// S4 Max
|
|
775
|
+
"roborock.vacuum.a19": ["setCleaningRecordsInt", "setConsumablesInt"],
|
|
772
776
|
// Q8 Max
|
|
773
777
|
"roborock.vacuum.a73": [
|
|
774
778
|
"setCleaningRecordsString",
|
|
@@ -801,8 +805,6 @@ class deviceFeatures {
|
|
|
801
805
|
"set_switch_status",
|
|
802
806
|
"set_cleaned_area",
|
|
803
807
|
],
|
|
804
|
-
// S4
|
|
805
|
-
"roborock.vacuum.s4": ["setCleaningRecordsInt", "setConsumablesString"],
|
|
806
808
|
// S5 Max
|
|
807
809
|
"roborock.vacuum.s5e": ["setCleaningRecordsMixed", "setConsumablesInt"],
|
|
808
810
|
// S6
|