forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yml
More file actions
55 lines (48 loc) · 1.31 KB
/
metadata.yml
File metadata and controls
55 lines (48 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: "💉 Nightscout"
category: community
authors:
- legoandmars
supports:
- user
scopes: []
inputs:
# Enable or disable plugin
plugin_nightscout:
description: Displays Blood Glucose
type: boolean
default: no
# Nightscout site URL
plugin_nightscout_url:
description: Your Nightscout site URL
type: string
default: https://example.herokuapp.com
# Controls how big the graph is
plugin_nightscout_datapoints:
description: How many datapoints to show on the graph. 0 and 1 disable the graph.
type: number
default: 12
min: 0
# Low value used for colors and text alerts
plugin_nightscout_lowalert:
description: When the blood sugar is considered low
type: number
default: 80
min: 0
# High value used for colors and text alerts
plugin_nightscout_highalert:
description: When the blood sugar is considered high
type: number
default: 180
min: 0
# Urgent low value used for colors and text alerts
plugin_nightscout_urgentlowalert:
description: When the blood sugar is considered urgently low
type: number
default: 50
min: 0
# Urgent high value used for colors and text alerts
plugin_nightscout_urgenthighalert:
description: When the blood sugar is considered urgently high
type: number
default: 250
min: 0