Skip to content

Update json/samsungce.softwareUpdate.json - #957

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown

Updated changes for json/samsungce.softwareUpdate.json

diff --git a/json/samsungce.softwareUpdate.json b/json/samsungce.softwareUpdate.json
index 2c64f07..55b271d 100755
--- a/json/samsungce.softwareUpdate.json
+++ b/json/samsungce.softwareUpdate.json
@@ -53,13 +53,71 @@
             },
             "enumCommands": []
         },
+        "schedule": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "object",
+                        "additionalProperties": false,
+                        "properties": {
+                            "scheduledTime": {
+                                "type": "string",
+                                "pattern": "^(?:[1-9]\\d{3}-?(?:(?:0[1-9]|1[0-2])-?(?:0[1-9]|1\\d|2[0-8])|(?:0[13-9]|1[0-2])-?(?:29|30)|(?:0[13578]|1[02])-?31)|(?:[1-9]\\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)-?02-?29)T(?:[01]\\d|2[0-3]):?[0-5]\\d:?[0-5]\\d(?:\\.\\d{3})?(?:Z|[+-][01]\\d(?::?[0-5]\\d)?)$"
+                            }
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "setter": "setSchedule",
+            "enumCommands": []
+        },
+        "availableModuleDetails": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "type": "object",
+                            "properties": {
+                                "type": {
+                                    "type": "string"
+                                },
+                                "modelId": {
+                                    "type": "string"
+                                },
+                                "versions": {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "string"
+                                    }
+                                },
+                                "visVersion": {
+                                    "type": "string"
+                                }
+                            }
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
         "lastUpdatedDate": {
             "schema": {
                 "type": "object",
                 "properties": {
                     "value": {
                         "type": "string",
-                        "pattern": "^(?:[1-9]\\d{3}-?(?:(?:0[1-9]|1[0-2])-?(?:0[1-9]|1\\d|2[0-8])|(?:0[13-9]|1[0-2])-?(?:29|30)|(?:0[13578]|1[02])-?31)|(?:[1-9]\\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)-?02-?29)"
+                        "pattern": "^(?:[1-9]\\d{3}-?(?:(?:0[1-9]|1[0-2])-?(?:0[1-9]|1\\d|2[0-8])|(?:0[13-9]|1[0-2])-?(?:29|30)|(?:0[13578]|1[02])-?31)|(?:[1-9]\\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)-?02-?29)$"
                     }
                 },
                 "additionalProperties": false,
@@ -151,9 +209,75 @@
                 ]
             },
             "enumCommands": []
+        },
+        "protocolVersion": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "string",
+                        "default": "1.0"
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "moduleUpdateCounts": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "object",
+                        "additionalProperties": false,
+                        "properties": {
+                            "total": {
+                                "type": "integer",
+                                "minimum": 0
+                            },
+                            "success": {
+                                "type": "integer",
+                                "minimum": 0
+                            },
+                            "failure": {
+                                "type": "integer",
+                                "minimum": 0
+                            }
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
         }
     },
     "commands": {
+        "setSchedule": {
+            "name": "setSchedule",
+            "arguments": [
+                {
+                    "name": "schedule",
+                    "optional": false,
+                    "schema": {
+                        "type": "object",
+                        "additionalProperties": false,
+                        "properties": {
+                            "scheduledTime": {
+                                "type": "string",
+                                "pattern": "^(?:[1-9]\\d{3}-?(?:(?:0[1-9]|1[0-2])-?(?:0[1-9]|1\\d|2[0-8])|(?:0[13-9]|1[0-2])-?(?:29|30)|(?:0[13578]|1[02])-?31)|(?:[1-9]\\d(?:0[48]|[2468][048]|[13579][26])|(?:[2468][048]|[13579][26])00)-?02-?29)T(?:[01]\\d|2[0-3]):?[0-5]\\d:?[0-5]\\d(?:\\.\\d{3})?(?:Z|[+-][01]\\d(?::?[0-5]\\d)?)$"
+                            }
+                        }
+                    }
+                }
+            ],
+            "sensitive": false
+        },
         "agreeUpdate": {
             "name": "agreeUpdate",
             "arguments": [
@@ -179,6 +303,11 @@
                 }
             ],
             "sensitive": false
+        },
+        "cancelSchedule": {
+            "name": "cancelSchedule",
+            "arguments": [],
+            "sensitive": false
         }
     }
 }
\ No newline at end of file

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@github-actions
github-actions Bot force-pushed the update-samsungce.softwareUpdate.json branch from dce446c to fbf71ca Compare August 1, 2026 08:07
@sonarqubecloud

sonarqubecloud Bot commented Aug 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