summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/init-daemon.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/init-daemon.json')
-rw-r--r--conf.d/project/etc/init-daemon.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf.d/project/etc/init-daemon.json b/conf.d/project/etc/init-daemon.json
new file mode 100644
index 0000000..dc18f7e
--- /dev/null
+++ b/conf.d/project/etc/init-daemon.json
@@ -0,0 +1,19 @@
+{
+ "$schema": "ToBeDone",
+ "metadata": {
+ "label": "Signal Composer",
+ "version": "1.0",
+ "api": "signal-composer",
+ "info": "Signal composer Configuration",
+ "require": ["low-can"],
+ "files": ["sources", "sig-doors"]
+ },
+ "plugins": [
+ {
+ "label": "Door handle",
+ "version": "1.0",
+ "info": "Manage all doors and windows status",
+ "basename": "doors"
+ }
+ ]
+}