Skip to content

Update json/doorState.json#840

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

Update json/doorState.json#840
github-actions[bot] wants to merge 1 commit intomasterfrom
update-doorState.json

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