Move stop and pause ids into config
This commit is contained in:
parent
4a224de673
commit
41a25e2afc
@ -1,5 +1,8 @@
|
||||
{
|
||||
"port": "80",
|
||||
"tag_reader": ["./lib/bin/python", "./bin/tag-reader"],
|
||||
"mpg321": ["/usr/bin/mpg321", "-R", "-"]
|
||||
"mpg321": ["/usr/bin/mpg321", "-R", "-"],
|
||||
|
||||
"stop_id": "abcdef1234",
|
||||
"pause_id": "567890abcd"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user