forked from Pioreactor/list-of-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.json
23 lines (21 loc) · 821 Bytes
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[{
"name": "pioreactor-air-bubbler",
"homepage": "https://github.com/Pioreactor/pioreactor-air-bubbler",
"description": "Add an air-pump / bubbler to your Pioreactor. This pump can run continuously, or if OD reading is running, will stop during a reading."
},
{
"name": "pioreactor-custom-dosing-automation",
"homepage": "https://github.com/Pioreactor/pioreactor_custom_dosing_automation",
"description": "Example of adding a new dosing automation"
},
{
"name": "pioreactor-logs2slack",
"homepage": "https://github.com/Pioreactor/pioreactor-logs2slack",
"description": "Publish logs to your Slack workspace"
},
{
"name": "pioreactor-relay-plugin",
"homepage": "https://github.com/kellytr/pioreactor-relay-plugin",
"description": "Turn your add-on (light source, pump) on or off."
}
]