hotsjbot/configuration.json
Giancarmine Salucci 5b9774df72 first commit
2025-06-06 22:44:47 +02:00

36 lines
722 B
JSON

{
"name" : "Default",
"pages" : [ {
"name" : "Client",
"rois" : [ {
"name" : "Currencies",
"region" : {
"x" : 1240,
"y" : 0,
"width" : 982,
"height" : 90
},
"pois" : [ {
"name" : "Coin",
"searchRegion" : {
"x" : 405,
"y" : 0,
"width" : 245,
"height" : 80
},
"matcher" : {
"type" : "TEMPLATE",
"controls" : [ ]
},
"filters" : [ ],
"matchRegion" : null
} ],
"controls" : [ {
"name" : "Display Image",
"type" : "SELECT",
"options" : [ "Source", "Coin" ],
"value" : "Coin"
} ]
} ]
} ]
}