summaryrefslogtreecommitdiffstats
path: root/4a-hal-references-boards-cfg/4a-hal-sample1.json
diff options
context:
space:
mode:
Diffstat (limited to '4a-hal-references-boards-cfg/4a-hal-sample1.json')
-rw-r--r--4a-hal-references-boards-cfg/4a-hal-sample1.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/4a-hal-references-boards-cfg/4a-hal-sample1.json b/4a-hal-references-boards-cfg/4a-hal-sample1.json
deleted file mode 100644
index a93a4be..0000000
--- a/4a-hal-references-boards-cfg/4a-hal-sample1.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
- "metadata": {
- "uid": "SND_CARD",
- "version": "0.9",
- "api": "4a-hal-sample1",
- "info": "Basic Audio Policy Control for Audio-4a - Sample 1",
- "author": "Jonathan Aillet",
- "date": "2018-05-18"
- },
- "onload": [
- {
- "uid": "init-audio-hal",
- "info": "Retrieve Active HAL",
- "action": "api://4a-hal-manager#ping"
- }
- ],
- "controls": [
- {
- "uid": "Master-Volume-Set",
- "info": "Set Master Volume",
- "privileges": "audio",
- "action": "api://4a-hal-manager#ping"
- },
- {
- "uid": "Master-Volume-Ramp",
- "info": "Ramp master Volume",
- "privileges": "audio",
- "action": "api://4a-hal-manager#ping"
- },
- {
- "uid": "ping2",
- "info": "Ping hal",
- "action": "api://4a-hal-manager#ping"
- }
- ],
- "events": [
- {
- "uid": "api/status_changed",
- "action": "api://4a-hal-manager#ping"
- }
- ]
-} \ No newline at end of file