Skip to content

Commit 2054001

Browse files
committed
docs: add comment explaining dss field in v1_simulator
1 parent ba06b45 commit 2054001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roborock/testing/v1_simulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def get_status_dict(self) -> dict[str, Any]:
228228
"charge_status": 1 if self.state == RoborockStateCode.charging else 0,
229229
"unsave_map_reason": 0,
230230
"unsave_map_flag": 0,
231-
"dss": 169,
231+
"dss": 169, # Dock sensor status (bitmask representing water box, dust bag, wash/dry status)
232232
}
233233

234234
def _handle_app_start(self, params: Any) -> str:

0 commit comments

Comments
 (0)