Skip to content

Commit

Permalink
Rename package for LANHostConfigManagement:1.
Browse files Browse the repository at this point in the history
  • Loading branch information
huin committed Jun 13, 2022
1 parent 6617fb8 commit befb173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package lanhostcfgmng1 provides types for the "urn:schemas-upnp-org:service:LANHostConfigManagement:1" service.
package lanhostcfgmng1
// Package lanhostcfgmgmt1 provides types for the "urn:schemas-upnp-org:service:LANHostConfigManagement:1" service.
package lanhostcfgmgmt1

import (
pkg1 "github.com/huin/goupnp/v2alpha/soap"
Expand Down
2 changes: 1 addition & 1 deletion v2alpha/srv/srvmanifests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
spec_zip_path = "standardizeddcps/Internet Gateway_2/UPnP-gw-IGD-TestFiles-20101210.zip"
output_dir = "inetgw2"
[[dcp.service]]
package = "lanhostcfgmng1"
package = "lanhostcfgmgmt1"
type = "urn:schemas-upnp-org:service:LANHostConfigManagement:1"
path = "xml data files/service/LANHostConfigManagement1.xml"
[[dcp.service]]
Expand Down

0 comments on commit befb173

Please sign in to comment.