Skip to content

Commit 0f1ea56

Browse files
authored
Fix dependabot syntax (#657)
And remove secondary light switch in optical configuration.
1 parent 1fec904 commit 0f1ea56

File tree

2 files changed

+32
-111
lines changed

2 files changed

+32
-111
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,68 @@ updates:
1010
directory: '/documentation'
1111
schedule:
1212
interval: 'monthly'
13-
groups: documentation
13+
groups:
14+
documentation:
15+
patterns:
16+
- '*'
1417

1518
- package-ecosystem: 'docker'
1619
directory: '/documentation'
1720
schedule:
1821
interval: 'monthly'
19-
groups: documentation
22+
groups:
23+
documentation:
24+
patterns:
25+
- '*'
2026

2127
# segmenter
2228
- package-ecosystem: 'pip'
2329
directory: '/segmenter'
2430
schedule:
2531
interval: 'monthly'
26-
groups: segmenter
32+
groups:
33+
segmenter:
34+
patterns:
35+
- '*'
2736

2837
- package-ecosystem: 'docker'
2938
directory: '/segmenter'
3039
schedule:
3140
interval: 'monthly'
41+
groups:
42+
segmenter:
43+
patterns:
44+
- '*'
3245

3346
# controller
3447
- package-ecosystem: 'pip'
3548
directory: '/controller'
3649
schedule:
3750
interval: 'monthly'
38-
groups: controller
51+
groups:
52+
controller:
53+
patterns:
54+
- '*'
3955

4056
# github actions
4157
- package-ecosystem: 'github-actions'
4258
directory: '/'
4359
schedule:
4460
interval: 'monthly'
61+
groups:
62+
github-actions:
63+
patterns:
64+
- '*'
4565

4666
# node-red
4767
- package-ecosystem: 'npm'
4868
directory: '/node-red/nodes'
4969
schedule:
5070
interval: 'monthly'
51-
groups: node-red
71+
groups:
72+
node-red:
73+
patterns:
74+
- '*'
5275

5376
# Disabled, node-red has a strange dependency resolution between userDir and projects
5477
# - package-ecosystem: 'npm'

node-red/projects/planktoscopehat/flows.json

Lines changed: 4 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -3815,88 +3815,6 @@
38153815
]
38163816
]
38173817
},
3818-
{
3819-
"id": "f0775525.cf806",
3820-
"type": "ui_multistate_switch",
3821-
"z": "bccd1f23.87219",
3822-
"name": "light_control",
3823-
"group": "4248342d.e55fac",
3824-
"order": 1,
3825-
"width": 6,
3826-
"height": 1,
3827-
"label": "Light ",
3828-
"stateField": "payload",
3829-
"enableField": "enable",
3830-
"passthroughField": "passthrough",
3831-
"inputMsgField": "inputmsg",
3832-
"rounded": true,
3833-
"useThemeColors": true,
3834-
"hideSelectedLabel": false,
3835-
"multilineLabel": false,
3836-
"passThrough": "never",
3837-
"inputMsg": "all",
3838-
"userInput": "enabled_show",
3839-
"options": [
3840-
{
3841-
"label": "Off",
3842-
"value": "off",
3843-
"valueType": "str",
3844-
"color": "#009933"
3845-
},
3846-
{
3847-
"label": "On",
3848-
"value": "on",
3849-
"valueType": "str",
3850-
"color": "#999999"
3851-
}
3852-
],
3853-
"topic": "",
3854-
"x": 350,
3855-
"y": 160,
3856-
"wires": [
3857-
[
3858-
"99ae4886.8d43c"
3859-
]
3860-
]
3861-
},
3862-
{
3863-
"id": "99ae4886.8d43c",
3864-
"type": "function",
3865-
"z": "bccd1f23.87219",
3866-
"name": "Prepare message",
3867-
"func": "msg.topic = \"light\"\nmsg.payload = {\"action\":msg.payload}\n\nreturn msg;",
3868-
"outputs": 1,
3869-
"timeout": "",
3870-
"noerr": 0,
3871-
"initialize": "",
3872-
"finalize": "",
3873-
"libs": [],
3874-
"x": 530,
3875-
"y": 160,
3876-
"wires": [
3877-
[
3878-
"d31fcead.7e2ef"
3879-
]
3880-
]
3881-
},
3882-
{
3883-
"id": "d31fcead.7e2ef",
3884-
"type": "mqtt out",
3885-
"z": "bccd1f23.87219",
3886-
"name": "",
3887-
"topic": "",
3888-
"qos": "",
3889-
"retain": "",
3890-
"respTopic": "",
3891-
"contentType": "",
3892-
"userProps": "",
3893-
"correl": "",
3894-
"expiry": "",
3895-
"broker": "8dc3722c.06efa8",
3896-
"x": 690,
3897-
"y": 160,
3898-
"wires": []
3899-
},
39003818
{
39013819
"id": "8ea9dc9a.c7d87",
39023820
"type": "function",
@@ -4705,39 +4623,19 @@
47054623
]
47064624
]
47074625
},
4708-
{
4709-
"id": "ac2b9d1604a13a35",
4710-
"type": "function",
4711-
"z": "bccd1f23.87219",
4712-
"name": "Set Led Status",
4713-
"func": "msg.payload = msg.payload.status.toLowerCase();\n\nreturn msg;",
4714-
"outputs": 1,
4715-
"timeout": 0,
4716-
"noerr": 0,
4717-
"initialize": "",
4718-
"finalize": "",
4719-
"libs": [],
4720-
"x": 160,
4721-
"y": 160,
4722-
"wires": [
4723-
[
4724-
"f0775525.cf806"
4725-
]
4726-
]
4727-
},
47284626
{
47294627
"id": "310ee70930b17fae",
47304628
"type": "mqtt in",
47314629
"z": "bccd1f23.87219",
47324630
"name": "",
4733-
"topic": "status/#",
4631+
"topic": "status/light",
47344632
"qos": "0",
47354633
"datatype": "json",
47364634
"broker": "8dc3722c.06efa8",
47374635
"nl": false,
47384636
"rap": false,
47394637
"inputs": 0,
4740-
"x": 1470,
4638+
"x": 1480,
47414639
"y": 180,
47424640
"wires": [
47434641
[
@@ -4753,7 +4651,7 @@
47534651
"property": "payload",
47544652
"action": "obj",
47554653
"pretty": true,
4756-
"x": 1610,
4654+
"x": 1630,
47574655
"y": 180,
47584656
"wires": [
47594657
[
@@ -4810,7 +4708,7 @@
48104708
"type": "function",
48114709
"z": "bccd1f23.87219",
48124710
"name": "Prepare message",
4813-
"func": "msg.topic = \"light\"\nmsg.payload = {\"action\":msg.payload}\n\nreturn msg;",
4711+
"func": "msg.topic = \"light\"\nmsg.payload = {\"action\": msg.payload}\n\nreturn msg;",
48144712
"outputs": 1,
48154713
"timeout": "",
48164714
"noerr": 0,

0 commit comments

Comments
 (0)