Make sure upnp-router is also initialized when first seen through an advertisement (#91037)

This commit is contained in:
Steven Looman 2023-04-08 01:11:31 +02:00 committed by Paulus Schoutsen
parent 828a2779a0
commit 07421927ec
2 changed files with 12 additions and 0 deletions

View File

@ -15,6 +15,12 @@
}, },
{ {
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2" "st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
},
{
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
},
{
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
} }
] ]
} }

View File

@ -305,6 +305,12 @@ SSDP = {
{ {
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2", "st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2",
}, },
{
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
},
{
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:2",
},
], ],
"webostv": [ "webostv": [
{ {