Skip to content

Update json/samsungce.washerCycle.json#846

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
update-samsungce.washerCycle.json
Open

Update json/samsungce.washerCycle.json#846
github-actions[bot] wants to merge 1 commit intomasterfrom
update-samsungce.washerCycle.json

Conversation

@github-actions
Copy link

Automated update for json/samsungce.washerCycle.json

diff --git a/json/samsungce.washerCycle.json b/json/samsungce.washerCycle.json
index 82411a4a..d46a9d15 100755
--- a/json/samsungce.washerCycle.json
+++ b/json/samsungce.washerCycle.json
@@ -48,6 +48,30 @@
                                     ],
                                     "default": "washingOnly"
                                 },
+                                "supportedCycleTypes": {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "string",
+                                        "enum": [
+                                            "allInOne",
+                                            "washingOnly",
+                                            "dryingOnly"
+                                        ],
+                                        "default": "washingOnly"
+                                    }
+                                },
+                                "unavailableCycleTypes": {
+                                    "type": "array",
+                                    "items": {
+                                        "type": "string",
+                                        "enum": [
+                                            "allInOne",
+                                            "washingOnly",
+                                            "dryingOnly"
+                                        ],
+                                        "default": "washingOnly"
+                                    }
+                                },
                                 "supportedOptions": {
                                     "type": "object",
                                     "additionalProperties": false,
@@ -177,6 +201,28 @@
             },
             "enumCommands": []
         },
+        "availableCycleTypes": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "type": "string",
+                            "enum": [
+                                "allInOne",
+                                "washingOnly",
+                                "dryingOnly"
+                            ],
+                            "default": "washingOnly"
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": []
+            },
+            "enumCommands": []
+        },
         "washerCycle": {
             "schema": {
                 "type": "object",
@@ -243,6 +289,32 @@
                 }
             ],
             "sensitive": false
+        },
+        "setCycleType": {
+            "name": "setCycleType",
+            "arguments": [
+                {
+                    "name": "cycleType",
+                    "optional": false,
+                    "schema": {
+                        "type": "string",
+                        "enum": [
+                            "allInOne",
+                            "washingOnly",
+                            "dryingOnly"
+                        ],
+                        "default": "washingOnly"
+                    }
+                },
+                {
+                    "name": "washerCycle",
+                    "optional": true,
+                    "schema": {
+                        "type": "string"
+                    }
+                }
+            ],
+            "sensitive": false
         }
     }
 }
\ No newline at end of file

@sonarqubecloud
Copy link

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