mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"name": "Linksys-Print-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Linksys Print Server - Print servers connect printers directly to the network so that multiple PCs can share them.",
|
|
"website": "http://homesupport.cisco.com/en-us/wireless/lbc/PSUS4/download",
|
|
"matches": [
|
|
{
|
|
"text": "<td align=\"right\" class=\"pname\" height=\"25\" colspan=\"5\">Print Server for USB with 4-Port Switch </td>",
|
|
"model": "PSUS4"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td width=\"585\" colspan=\"2\" bgcolor=\"#6666CC\" valign=\"bottom\" align=\"right\"><span class=\"fwversion\">Firmware Version: ([^\\s]{1,10}) <\\/span> <\\/td>)"
|
|
},
|
|
{
|
|
"certainty": 25,
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^PRINT_SERVER WEB ([\\d\\.]+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"certainty": 25,
|
|
"regexp": "(?-mix:^PRINT_SERVER WEB)",
|
|
"search": "headers[server]"
|
|
}
|
|
]
|
|
}
|