Skip to content

Update json/sounds.json#829

Merged
Flobul merged 1 commit intomasterfrom
update-sounds.json
Mar 25, 2026
Merged

Update json/sounds.json#829
Flobul merged 1 commit intomasterfrom
update-sounds.json

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Oct 8, 2025

Automated update for json/sounds.json

diff --git a/json/sounds.json b/json/sounds.json
new file mode 100644
index 00000000..6e5cf289
--- /dev/null
+++ b/json/sounds.json
@@ -0,0 +1,70 @@
+{
+    "id": "sounds",
+    "version": 1,
+    "status": "proposed",
+    "name": "Sounds",
+    "ephemeral": false,
+    "attributes": {
+        "selectedSound": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "integer"
+                    }
+                },
+                "additionalProperties": false,
+                "required": [
+                    "value"
+                ]
+            },
+            "setter": "setSelectedSound",
+            "enumCommands": []
+        },
+        "supportedSounds": {
+            "schema": {
+                "type": "object",
+                "properties": {
+                    "value": {
+                        "type": "array",
+                        "items": {
+                            "type": "object",
+                            "additionalProperties": false,
+                            "properties": {
+                                "id": {
+                                    "type": "integer"
+                                },
+                                "label": {
+                                    "type": "string"
+                                }
+                            }
+                        }
+                    }
+                },
+                "additionalProperties": false,
+                "required": []
+            },
+            "enumCommands": []
+        }
+    },
+    "commands": {
+        "playSound": {
+            "name": "playSound",
+            "arguments": [],
+            "sensitive": false
+        },
+        "setSelectedSound": {
+            "name": "setSelectedSound",
+            "arguments": [
+                {
+                    "name": "id",
+                    "optional": false,
+                    "schema": {
+                        "type": "integer"
+                    }
+                }
+            ],
+            "sensitive": false
+        }
+    }
+}
\ No newline at end of file

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Oct 8, 2025

@Flobul Flobul merged commit ab71cb7 into master Mar 25, 2026
2 checks passed
@Flobul Flobul deleted the update-sounds.json branch March 25, 2026 17:26
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