summaryrefslogtreecommitdiffstats
path: root/conf.d/project/policy-4a-sample1.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/project/policy-4a-sample1.json')
-rw-r--r--conf.d/project/policy-4a-sample1.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf.d/project/policy-4a-sample1.json b/conf.d/project/policy-4a-sample1.json
index 6d13d61..d71bbe9 100644
--- a/conf.d/project/policy-4a-sample1.json
+++ b/conf.d/project/policy-4a-sample1.json
@@ -27,14 +27,20 @@
"name": "emergency",
"description": "Safety-relevant or critical alerts/alarms",
"priority": 100,
- "stream": "emergency"
+ "stream": "emergency",
+ "interrupts":[
+ {"type": "ramp", "args": { "uid": "ramp-slow", "volume": 30} }
+ ]
},
{
"uid": "role-navigation",
"name": "navigation",
"description": "Navigation instructions (GPS, turn directions, etc...)",
"priority": 25,
- "stream": "navigation"
+ "stream": "navigation",
+ "interrupts":[
+ {"type": "ramp", "args": { "uid": "ramp-slow", "volume": 30} }
+ ]
}
]
}