forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
52 lines (45 loc) · 1.18 KB
/
metadata.yml
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
name: "💉 Nightscout"
category: community
description: This plugin lets you display blood sugar values from a [Nightscout](http://nightscout.info) site.
examples:
default: https://github.com/legoandmars/legoandmars/blob/master/metrics.plugin.nightscout.svg
authors:
- legoandmars
supports:
- user
scopes: []
inputs:
plugin_nightscout:
description: Enable nightscout plugin
type: boolean
default: no
plugin_nightscout_url:
description: Nightscout URL
type: string
default: https://example.herokuapp.com
plugin_nightscout_datapoints:
description: Number of datapoints shown the graph
type: number
default: 12
min: 0
zero: disable
plugin_nightscout_lowalert:
description: Threshold for low blood sugar
type: number
default: 80
min: 0
plugin_nightscout_highalert:
description: Threshold for high blood sugar
type: number
default: 180
min: 0
plugin_nightscout_urgentlowalert:
description: Threshold for urgently low blood sugar
type: number
default: 50
min: 0
plugin_nightscout_urgenthighalert:
description: Threshold for urgently high blood sugar
type: number
default: 250
min: 0