Skip to content

Conversation

@github-actions
Copy link

Automated update for json/doorState.json

diff --git a/json/doorState.json b/json/doorState.json
new file mode 100644
index 00000000..90d34dc5
--- /dev/null
+++ b/json/doorState.json
@@ -0,0 +1,61 @@
+{
+    "id": "doorState",
+    "version": 1,
+    "status": "proposed",
+    "name": "Door State",
+    "ephemeral": false,
+    "attributes": {
+        "doorState": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "title": "DoorState",
+                        "type": "string",
+                        "enum": [
+                            "open",
+                            "closed",
+                            "jammed",
+                            "forcedOpen",
+                            "unspecifiedError",
+                            "ajar"
+                        ]
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        },
+        "supportedDoorStates": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "title": "DoorState",
+                            "type": "string",
+                            "enum": [
+                                "open",
+                                "closed",
+                                "jammed",
+                                "forcedOpen",
+                                "unspecifiedError",
+                                "ajar"
+                            ]
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "enumCommands": []
+        }
+    },
+    "commands": {}
+}
\ 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