From e7d27f6f456c0cd5e2c2e506928619520dbfe917 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Wed, 23 May 2018 21:15:54 +0200 Subject: Remove the 'ping' of each hal controller api Remove the 'ping' verb of each hal controller api which won't be useful anymore. Rename action in configuration file to be able ping an api nevertheless. Change-Id: I5b1ce8f8cd83dc3e689c3bd676244477921ba20d Signed-off-by: Jonathan Aillet --- 4a-hal-references-boards-cfg/hal-4a-sample1.json | 2 +- 4a-hal-references-boards-cfg/hal-4a-sample2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '4a-hal-references-boards-cfg') diff --git a/4a-hal-references-boards-cfg/hal-4a-sample1.json b/4a-hal-references-boards-cfg/hal-4a-sample1.json index a93a4be..c0644cc 100644 --- a/4a-hal-references-boards-cfg/hal-4a-sample1.json +++ b/4a-hal-references-boards-cfg/hal-4a-sample1.json @@ -29,7 +29,7 @@ "action": "api://4a-hal-manager#ping" }, { - "uid": "ping2", + "uid": "ping", "info": "Ping hal", "action": "api://4a-hal-manager#ping" } diff --git a/4a-hal-references-boards-cfg/hal-4a-sample2.json b/4a-hal-references-boards-cfg/hal-4a-sample2.json index 8448b4f..0706fd8 100644 --- a/4a-hal-references-boards-cfg/hal-4a-sample2.json +++ b/4a-hal-references-boards-cfg/hal-4a-sample2.json @@ -29,7 +29,7 @@ "action": "api://4a-hal-manager#ping" }, { - "uid": "ping2", + "uid": "ping", "info": "Ping hal", "action": "api://4a-hal-manager#ping" } -- cgit 1.2.3-korg