-
Notifications
You must be signed in to change notification settings - Fork 0
/
alarm.json
33 lines (32 loc) · 1.57 KB
/
alarm.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
32
33
{"name": "alarm",
"cuckoo" : "true",
"namespace": "interdroid.swan.cuckoo_alarm_sensor",
"doc": "A sensor for alarm in the Netherlands",
"author": "roelof <[email protected]>",
"configs": [
{"name": "region",
"class": "ListPreference",
"type": "String",
"default": "all",
"android:entries": "@array/regions",
"android:entryValues": "@array/regions",
"android:title" : "Region",
"android:summary" : "Set Region",
"android:dialogTitle": "Choose Region"},
{"name": "type",
"class": "ListPreference",
"type": "String",
"default": "",
"android:entries": "@array/types",
"android:entryValues": "@array/type_values",
"android:title": "Type",
"android:summary": "Set Type",
"android:dialogTitle": "Choose Type"}
],
"valuePaths": [{"name":"recent", "type":"string"}],
"values": [
{"name": "regions", "type": "string-array", "items": ["all", "Amsterdam-Amstelland", "Brabant-Noord", "Brabant-Zuidoost", "Drenthe", "Flevoland", "Friesland", "Gelderland-Midden", "Gelderland-Zuid", "Gooi en Vechtstreek", "Groningen", "Haaglanden", "Hollands Midden", "IJsselland", "Kennemerland", "Limburg Noord", "Limburg Zuid", "Midden- en West-Brabant", "Noord en Oost-Gelderland", "Noord-Holland Noord", "Rotterdam-Rijnmond", "Twente", "Utrecht", "Zaanstreek-Waterland", "Zeeland", "Zuid-Holland Zuid"]},
{"name": "types", "type": "string-array", "items": ["all", "Fire Brigade", "Police", "Paramedic", "Rescue Brigade", "Trauma Heli"]},
{"name": "type_values", "type": "string-array", "items": ["", "brandweer", "politie", "ambulance", "knrm", "trauma"]}
]
}