diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-08-09 11:10:22 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-08-14 14:20:02 +0000 |
commit | 183634a9aeb7e0cdc7ba085c471231dba48a8c32 (patch) | |
tree | a91a86bf573ab8b4ca405d08eeb717f6b3d1010f /community-boards/hal-4a-csl-cm106-8ch-usb.json | |
parent | d8a360eeb69c52dd811ab8d8f811cdc996744059 (diff) |
Remove unnecessary ping controls from all halsHEADicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.58.99.48.99.38.99.28.99.1master
Remove unnecessary ping controls from all hals.
BUG-AGL: SPEC-2741
Change-Id: I0d2a0842a86ffe48efce9a325bca50af3140aa5c
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'community-boards/hal-4a-csl-cm106-8ch-usb.json')
-rw-r--r-- | community-boards/hal-4a-csl-cm106-8ch-usb.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/community-boards/hal-4a-csl-cm106-8ch-usb.json b/community-boards/hal-4a-csl-cm106-8ch-usb.json index 38c932a..a0594a6 100644 --- a/community-boards/hal-4a-csl-cm106-8ch-usb.json +++ b/community-boards/hal-4a-csl-cm106-8ch-usb.json @@ -27,13 +27,6 @@ "libs": ["hal-bluealsa.ctlso"] } ], - "controls": [ - { - "uid": "ping", - "info": "Ping hal", - "action": "api://4a-hal-manager#ping" - } - ], "haldependencies" : [ { "uid" : "8ch-usb", @@ -59,23 +52,6 @@ "numid": 8, "value": 80 } - }, - { - "uid": "hal-ping", - "info": "ping this hal through alsa", - "alsa": { - "name": "Hal-Ping", - "value": 20, - "create": - { - "type": "INTEGER", - "count": 1, - "minval": 0, - "maxval": 100, - "step": 1 - } - }, - "action": "api://4a-hal-csl-cm106-8ch-usb#ping" } ] } |