Skip to content

Conversation

@github-actions
Copy link

Automated update for json/samsungce.kitchenModeSpecification.json

diff --git a/json/samsungce.kitchenModeSpecification.json b/json/samsungce.kitchenModeSpecification.json
index 8994e154..fc774fcb 100755
--- a/json/samsungce.kitchenModeSpecification.json
+++ b/json/samsungce.kitchenModeSpecification.json
@@ -24,6 +24,10 @@
                                         "mode": {
                                             "type": "string"
                                         },
+                                        "default": {
+                                            "type": "boolean",
+                                            "default": false
+                                        },
                                         "supportedOperations": {
                                             "type": "array",
                                             "items": {
@@ -86,6 +90,37 @@
                                                             "pattern": "^\d\d+:[0-5]\d:[0-5]\d$"
                                                         }
                                                     }
+                                                },
+                                                "temperatureLevel": {
+                                                    "type": "object",
+                                                    "additionalProperties": false,
+                                                    "patternProperties": {
+                                                        "^(min|max|default)$": {
+                                                            "type": "string"
+                                                        }
+                                                    },
+                                                    "properties": {
+                                                        "supportedValues": {
+                                                            "type": "array",
+                                                            "items": {
+                                                                "type": "string"
+                                                            }
+                                                        },
+                                                        "temperatureLevelSpec": {
+                                                            "type": "object",
+                                                            "additionalProperties": false,
+                                                            "patternProperties": {
+                                                                "^(low|medium|high)$": {
+                                                                    "type": "object",
+                                                                    "patternProperties": {
+                                                                        "^(C|F)$": {
+                                                                            "type": "number"
+                                                                        }
+                                                                    }
+                                                                }
+                                                            }
+                                                        }
+                                                    }
                                                 }
                                             }
                                         }

@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