summaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/sig-doors.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/etc/sig-doors.json')
-rw-r--r--conf.d/project/etc/sig-doors.json72
1 files changed, 64 insertions, 8 deletions
diff --git a/conf.d/project/etc/sig-doors.json b/conf.d/project/etc/sig-doors.json
index 1859dbe..ea191e4 100644
--- a/conf.d/project/etc/sig-doors.json
+++ b/conf.d/project/etc/sig-doors.json
@@ -2,35 +2,91 @@
"signals": [
{
"id": "rear_left_window",
- "source": "low-can/messages.windows.rear_left.open"
+ "source": "low-can/messages.windows.rear_left.open",
+ "onReceived": {
+ "plugin": "low-can-callbacks",
+ "function": "isOpen",
+ "args": {
+ "ojoi": "pok"
+ }
+ }
},
{
"id": "rear_left_door",
- "source": "low-can/messages.doors.rear_left.open"
+ "source": "low-can/messages.doors.rear_left.open",
+ "onReceived": {
+ "plugin": "low-can-callbacks",
+ "function": "isOpen",
+ "args": {
+ "ojoi": "pok"
+ }
+ }
},
{
"id": "rear_right_window",
- "source": "low-can/messages.windows.rear_right.open"
+ "source": "low-can/messages.windows.rear_right.open",
+ "onReceived": {
+ "plugin": "low-can-callbacks",
+ "function": "isOpen",
+ "args": {
+ "ojoi": "pok"
+ }
+ }
},
{
"id": "rear_right_door",
- "source": "low-can/messages.doors.rear_right.open"
+ "source": "low-can/messages.doors.rear_right.open",
+ "onReceived": {
+ "plugin": "low-can-callbacks",
+ "function": "isOpen",
+ "args": {
+ "ojoi": "pok"
+ }
+ }
},
{
"id": "front_left_window",
- "source": "low-can/messages.windows.front_left.open"
+ "source": "low-can/messages.windows.front_left.open",
+ "onReceived": {
+ "plugin": "low-can-callbacks",
+ "function": "isOpen",
+ "args": {
+ "ojoi": "pok"
+ }
+ }
},
{
"id": "front_left_door",
- "source": "low-can/messages.doors.front_left.open"
+ "source": "low-can/messages.doors.front_left.open",
+ "onReceived": {
+ "plugin": "low-can-callbacks",
+ "function": "isOpen",
+ "args": {
+ "ojoi": "pok"
+ }
+ }
},
{
"id": "front_right_window",
- "source": "low-can/messages.windows.front_right.open"
+ "source": "low-can/messages.windows.front_right.open",
+ "onReceived": {
+ "plugin": "low-can-callbacks",
+ "function": "isOpen",
+ "args": {
+ "ojoi": "pok"
+ }
+ }
},
{
"id": "front_right_door",
- "source": "low-can/messages.doors.front_right.open"
+ "source": "low-can/messages.doors.front_right.open",
+ "onReceived": {
+ "plugin": "low-can-callbacks",
+ "function": "isOpen",
+ "args": {
+ "ojoi": "pok"
+ }
+ }
},
{
"id": "rear_left",