From 9d7c2d572659b765b4b90afd26636c75ed5d9074 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 25 Jul 2013 12:53:03 +0200 Subject: Enable the Grue sensor plugin no matter what other sensor plug-in is installed If multiple plugins with the same key are installed only the first one is used and any subsequent plugin with the same key is ignored. This prevents the Grue example from working as it requires a Light sensor and the Grue sensor. All other plug-ins use the "unused" key. Change-Id: I3cb28d3ffec407fb27b4550521acf28bd9c7b073 Reviewed-by: Lorn Potter --- examples/sensors/grue/plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/sensors/grue/plugin/plugin.json b/examples/sensors/grue/plugin/plugin.json index 8a55b3ae..ab372059 100644 --- a/examples/sensors/grue/plugin/plugin.json +++ b/examples/sensors/grue/plugin/plugin.json @@ -1 +1 @@ -{ "Keys": [ "notused" ] } +{ "Keys": [ "grue" ] } -- cgit v1.2.3