aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Aillet <jonathan.aillet@iot.bzh>2018-09-20 15:39:02 +0200
committerJonathan Aillet <jonathan.aillet@iot.bzh>2018-10-08 15:57:27 +0200
commite1b9634b554d91012edef2a564a9dcfb25cae503 (patch)
treead57793bf94f31879fb319bba9ec88fb6159722f
parentcb808e81a52944520026407609b33cad8affb81a (diff)
Remove unnecessary sections in hal json
Remove unnecessary 'onload' and 'events' sections in hal json configuration files. The specified onload actions were generating errors in some cases. Change-Id: I5eb95fe7daecf3b3d15638833142d133ce77e1ff Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
-rw-r--r--4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json13
-rw-r--r--4a-hal-cfg-community/hal-4a-raspberry-pi-3.json1
2 files changed, 0 insertions, 14 deletions
diff --git a/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json b/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json
index fe48808..61f9667 100644
--- a/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json
+++ b/4a-hal-cfg-community/hal-4a-csl-cm106-8ch-usb.json
@@ -9,13 +9,6 @@
"author": "Jonathan Aillet",
"date": "2018-06-09"
},
- "onload": [
- {
- "uid": "init-audio-hal",
- "info": "Init current HAL",
- "action": "api://4a-hal-manager#ping"
- }
- ],
"controls": [
{
"uid": "ping",
@@ -23,12 +16,6 @@
"action": "api://4a-hal-manager#ping"
}
],
- "events": [
- {
- "uid": "api/status_changed",
- "action": "api://4a-hal-manager#ping"
- }
- ],
"halmap": [
{
"uid": "agl-mic-capture-volume",
diff --git a/4a-hal-cfg-community/hal-4a-raspberry-pi-3.json b/4a-hal-cfg-community/hal-4a-raspberry-pi-3.json
index 1739912..65c134a 100644
--- a/4a-hal-cfg-community/hal-4a-raspberry-pi-3.json
+++ b/4a-hal-cfg-community/hal-4a-raspberry-pi-3.json
@@ -1,4 +1,3 @@
-
{
"$schema": "http://iot.bzh/download/public/schema/json/ctl-schema.json",
"metadata": {