Skip to content

Update json/samsungce.washerOperatingState.json#847

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

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

Conversation

@github-actions
Copy link

Automated update for json/samsungce.washerOperatingState.json

diff --git a/json/samsungce.washerOperatingState.json b/json/samsungce.washerOperatingState.json
index 4dddafda..ba19eb58 100755
--- a/json/samsungce.washerOperatingState.json
+++ b/json/samsungce.washerOperatingState.json
@@ -5,6 +5,56 @@
     "name": "Washer Operating State",
     "ephemeral": false,
     "attributes": {
+        "washingProgress": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "integer",
+                        "minimum": 0,
+                        "maximum": 100
+                    },
+                    "unit": {
+                        "type": "string",
+                        "enum": [
+                            "%"
+                        ],
+                        "default": "%"
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value",
+                    "unit"
+                ]
+            },
+            "enumCommands": []
+        },
+        "dryingProgress": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "integer",
+                        "minimum": 0,
+                        "maximum": 100
+                    },
+                    "unit": {
+                        "type": "string",
+                        "enum": [
+                            "%"
+                        ],
+                        "default": "%"
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value",
+                    "unit"
+                ]
+            },
+            "enumCommands": []
+        },
         "washerJobState": {
             "schema": {
                 "type": "object",

@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