init
This commit is contained in:
24
config.json.example
Normal file
24
config.json.example
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_app": {
|
||||
"proc_name_windows": "postlink-client.exe",
|
||||
"proc_name_linux": "postlink-client",
|
||||
"window_title_windows": "postlink-client.exe",
|
||||
"window_title_linux": "PostLink",
|
||||
"icon_image": "images/icon.png",
|
||||
"status_image": "images/status.png",
|
||||
"save_button_image": "images/save.png",
|
||||
"image_confidence": 0.8
|
||||
},
|
||||
"192.168.1": {
|
||||
"message": "Home",
|
||||
"pause": 60
|
||||
},
|
||||
"192.20.10": {
|
||||
"message": "Work",
|
||||
"pause": 40
|
||||
},
|
||||
"default": {
|
||||
"message": "Default status",
|
||||
"pause": 60
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user