aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/json.d/onload-daemon-standalone.json
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-22 19:09:18 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-22 19:09:42 +0200
commit606ccd2405a55eab4c909160c951c083bccd825d (patch)
tree790d438e234fc31283f86c2ce8bf9e1cdc94e8f7 /conf.d/project/json.d/onload-daemon-standalone.json
parent1d7c537cb1106f8daf36a6bbd69ecd377b542b39 (diff)
Remove Controller that is now stand alone.
Also move filescan and wrap-json library into a separate submodule afb-utilities Change-Id: Ic46cceb88cd25a808cbd0e5e6da53f56f9fc786c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project/json.d/onload-daemon-standalone.json')
-rw-r--r--conf.d/project/json.d/onload-daemon-standalone.json72
1 files changed, 0 insertions, 72 deletions
diff --git a/conf.d/project/json.d/onload-daemon-standalone.json b/conf.d/project/json.d/onload-daemon-standalone.json
deleted file mode 100644
index de52c22..0000000
--- a/conf.d/project/json.d/onload-daemon-standalone.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "$schema": "ToBeDone",
- "metadata": {
- "label": "sample-standalone-control",
- "info": "Minimal Standalone Controller Config",
- "version": "1.0"
- },
- "onload": [{
- "label": "onload-default",
- "info": "onload initialisation config",
- "actions":
- {
- "label": "control-init",
- "lua": "_Control_Init"
- }
- }],
- "controls":
- [
- {
- "label": "Button-1",
- "actions": {
- "label": "Action on Button One",
- "lua": "_Button_Press",
- "args": {
- "button": 1
- }
- }
- }, {
- "label": "Button-1",
- "actions": {
- "label": "Action on Button Two",
- "lua": "_Button_Press",
- "args": {
- "button": 2
- }
- }
- }, {
- "label": "Button-1",
- "actions": {
- "label": "Action on Button Three",
- "lua": "_Button_Press",
- "args": {
- "button": 3
- }
- }
- }
- ],
- "events":
- [
- {
- "label": "Event1",
- "actions": {
- "label": "Action Event 1",
- "lua": "_Event_Received",
- "args": {
- "evtname": "xxx"
- }
- }
- },
- {
- "label": "Event2",
- "actions": {
- "label": "Action Event 2",
- "lua": "_Event_Received",
- "args": {
- "evtname": "yyy"
- }
- }
- }
- ]
-}
-