mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"name": "Home-Control-Box",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "The Home Control Box is a small, powerful computer that integrates the various sensors and electronic systems in the home into one single functional system.",
|
|
"website": "http://www.homecontrolbox.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^hcb_web)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^hcb_web\\/v([^\\s]+) BoxTalk\\/[^\\s]+ SWILL\\/[^\\s]+ \\([^\\)]+\\)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^hcb_web\\/v[^\\s]+ (BoxTalk\\/[^\\s]+) SWILL\\/[^\\s]+ \\([^\\)]+\\)$)"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^hcb_web\\/v[^\\s]+ BoxTalk\\/[^\\s]+ (SWILL\\/[^\\s]+) \\([^\\)]+\\)$)"
|
|
},
|
|
{
|
|
"search": "headers[www-authenticate]",
|
|
"regexp": "(?-mix:^Basic realm=\"Home Control Box Configuration \\(hcb-([a-z]{3}-[\\d]{4})\\)\"$)"
|
|
},
|
|
{
|
|
"string": "No Login Required",
|
|
"text": "<frame frameborder=\"0\" name=\"MGUI\" src=\"myhcb_gui.html\" scrolling=\"no\""
|
|
}
|
|
]
|
|
}
|