-
Notifications
You must be signed in to change notification settings - Fork 0
/
rain.json
31 lines (31 loc) · 999 Bytes
/
rain.json
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
{"name": "rain",
"cuckoo" : "true",
"namespace": "interdroid.swan.cuckoo_rain_sensor",
"doc": "A sensor for expected rain in the Netherlands",
"author": "roelof <[email protected]>",
"configs": [
{"name": "lat",
"class": "EditTextPreference",
"type": "String",
"android:inputType": "number",
"android:title" : "Latitude",
"android:summary" : "Set Latitude",
"android:dialogTitle": "Enter Latitude"},
{"name": "lon",
"class": "EditTextPreference",
"type": "String",
"android:inputType": "number",
"android:title" : "Longitude",
"android:summary" : "Set Longitude",
"android:dialogTitle": "Enter Longitude"},
{"name": "window",
"class": "EditTextPreference",
"type": "String",
"android:inputType": "text",
"android:title" : "Time (hh:mm)",
"android:summary" : "Set Time (hh:mm)",
"android:dialogTitle": "Enter Time (hh:mm)"},
],
"valuePaths": [{"name":"expected", "type":"int"}],
"units": [{"name":"expected", "unit":"mm"}],
}