Skip to content

Update json/samsungce.robotCleanerMapCleaningInfo.json - #954

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
update-samsungce.robotCleanerMapCleaningInfo.json
Open

Update json/samsungce.robotCleanerMapCleaningInfo.json#954
github-actions[bot] wants to merge 1 commit into
masterfrom
update-samsungce.robotCleanerMapCleaningInfo.json

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Automated update for json/samsungce.robotCleanerMapCleaningInfo.json

diff --git a/json/samsungce.robotCleanerMapCleaningInfo.json b/json/samsungce.robotCleanerMapCleaningInfo.json
index 84ff28d..303dbfe 100755
--- a/json/samsungce.robotCleanerMapCleaningInfo.json
+++ b/json/samsungce.robotCleanerMapCleaningInfo.json
@@ -21,6 +21,291 @@
             },
             "enumCommands": []
         },
+        "drawingMapArea": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "number"
+                    }
+                },
+                "additionalProperties": false,
+                "required": []
+            },
+            "enumCommands": []
+        },
+        "objectCleaningDetails": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "type": "object",
+                            "additionalProperties": false,
+                            "properties": {
+                                "id": {
+                                    "type": "string"
+                                },
+                                "jobState": {
+                                    "type": "string",
+                                    "enum": [
+                                        "none",
+                                        "selected",
+                                        "moving",
+                                        "cleaning",
+                                        "paused",
+                                        "finished",
+                                        "unknownError",
+                                        "error"
+                                    ]
+                                },
+                                "errorCodes": {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "string"
+                                    }
+                                }
+                            }
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "nearObject": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "string",
+                        "default": "none"
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "remainingTime": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "integer",
+                        "min": -1
+                    },
+                    "unit": {
+                        "type": "string",
+                        "enum": [
+                            "minute"
+                        ],
+                        "default": "minute"
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "cleanedArea": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "number"
+                    }
+                },
+                "additionalProperties": false,
+                "required": []
+            },
+            "enumCommands": []
+        },
+        "spotCleaningDetails": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "type": "object",
+                            "additionalProperties": false,
+                            "properties": {
+                                "id": {
+                                    "type": "string"
+                                },
+                                "jobState": {
+                                    "type": "string",
+                                    "enum": [
+                                        "none",
+                                        "selected",
+                                        "moving",
+                                        "cleaning",
+                                        "paused",
+                                        "finished",
+                                        "unknownError",
+                                        "error"
+                                    ]
+                                },
+                                "errorCodes": {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "string"
+                                    }
+                                }
+                            }
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "moppingArea": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "number"
+                    }
+                },
+                "additionalProperties": false,
+                "required": []
+            },
+            "enumCommands": []
+        },
+        "areaCleaningDetails": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "type": "object",
+                            "additionalProperties": false,
+                            "properties": {
+                                "id": {
+                                    "type": "string"
+                                },
+                                "jobState": {
+                                    "type": "string",
+                                    "enum": [
+                                        "none",
+                                        "selected",
+                                        "moving",
+                                        "cleaning",
+                                        "paused",
+                                        "finished",
+                                        "unknownError",
+                                        "error"
+                                    ]
+                                },
+                                "errorCodes": {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "string"
+                                    }
+                                }
+                            }
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "extraCleaningInfo": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "string",
+                        "enum": [
+                            "none",
+                            "stain",
+                            "liquid"
+                        ]
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "stainCleaningDetails": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "type": "object",
+                            "additionalProperties": false,
+                            "properties": {
+                                "id": {
+                                    "type": "string"
+                                },
+                                "jobState": {
+                                    "type": "string",
+                                    "enum": [
+                                        "none",
+                                        "selected",
+                                        "moving",
+                                        "cleaning",
+                                        "paused",
+                                        "finished",
+                                        "unknownError",
+                                        "error"
+                                    ]
+                                },
+                                "errorCodes": {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "string"
+                                    }
+                                }
+                            }
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "mapId": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "string"
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
         "cleanedExtent": {
             "schema": {
                 "type": "object",
@@ -41,13 +326,17 @@
             },
             "enumCommands": []
         },
-        "nearObject": {
+        "avoidanceCleaningInfo": {
             "schema": {
                 "type": "object",
                 "properties": {
                     "value": {
                         "type": "string",
-                        "default": "none"
+                        "enum": [
+                            "none",
+                            "avoidance",
+                            "following"
+                        ]
                     }
                 },
                 "additionalProperties": false,
@@ -57,7 +346,7 @@
             },
             "enumCommands": []
         },
-        "remainingTime": {
+        "elapsedTime": {
             "schema": {
                 "type": "object",
                 "properties": {
@@ -68,9 +357,7 @@
                     "unit": {
                         "type": "string",
                         "enum": [
-                            "hour",
-                            "minute",
-                            "second"
+                            "minute"
                         ],
                         "default": "minute"
                     }

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant