aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/json.d/onload-daemon-sample.json
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-09-29 12:23:26 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 15:02:54 +0100
commite2a20090f37eb32cdf8beaf9c23cf33a9e9ab7f1 (patch)
tree333ebb3e87531da12fe447309e77a6fa57ba4165 /conf.d/project/json.d/onload-daemon-sample.json
parentbfdf6b934660f086ab241a48330ddf22162c7fa3 (diff)
Initial Commit as submodule
Diffstat (limited to 'conf.d/project/json.d/onload-daemon-sample.json')
-rw-r--r--conf.d/project/json.d/onload-daemon-sample.json69
1 files changed, 0 insertions, 69 deletions
diff --git a/conf.d/project/json.d/onload-daemon-sample.json b/conf.d/project/json.d/onload-daemon-sample.json
deleted file mode 100644
index cb6ca55..0000000
--- a/conf.d/project/json.d/onload-daemon-sample.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "$schema": "ToBeDone",
- "metadata": {
- "label": "sample-standalone-control",
- "info": "Minimal Standalone Controller Config",
- "name": "afb-sample-controller",
- "version": "1.0"
- },
- "onload": [{
- "label": "onload-default",
- "info": "onload initialisation config",
- "actions":
- {
- "label": "control-init",
- "lua": "_Sample_Controller_Init",
- "args": {
- "xxxx": 1234,
- "yyyy": "Bien le bonjours à vous",
- "zzzz": "simple-evt"
- }
- }
- }],
- "controls":
- [
- {
- "label": "Button-Happy",
- "actions": {
- "label": "Action Happy",
- "lua": "_Button_Happy",
- "args": {
- "button": 5678
- }
- }
- }, {
- "label": "Button-UnHappy",
- "actions": {
- "label": "Action Unhappy",
- "lua": "_Button_UnHappy",
- "args": {
- "button": "abcd"
- }
- }
- }
- ],
- "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"
- }
- }
- }
- ]
-}
-