File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public async Task CreateBackupAsync()
64
64
65
65
package . Flush ( ) ;
66
66
67
- package . DeletePart ( new Uri ( "[Content_Types].xml" , UriKind . Relative ) ) ;
67
+ // package.DeletePart(new Uri("/ [Content_Types].xml", UriKind.Relative));
68
68
}
69
69
70
70
var backupFilename = $ "{ now . ToString ( "yyyyMMdd" , CultureInfo . InvariantCulture ) } { now . ToString ( "HHmmss" , CultureInfo . InvariantCulture ) } .zip";
Original file line number Diff line number Diff line change 4
4
<major >1</major >
5
5
<minor >0</minor >
6
6
</specVersion >
7
- <URLBase >http://192.168.1.140:5000 /</URLBase >
7
+ <URLBase >http://192.168.1.15:80 /</URLBase >
8
8
<device >
9
9
<deviceType >urn:schemas-upnp-org:device:urn:schemas-upnp-org:device:MediaRenderer:1:1</deviceType >
10
10
<friendlyName >Wirehome.Core</friendlyName >
11
11
<manufacturer >Christian Kratky</manufacturer >
12
- <manufacturerURL >http ://senssoft .com/</manufacturerURL >
13
- <modelDescription >Smart Home System. </modelDescription >
12
+ <manufacturerURL >https ://github .com/chkr1011/Wirehome.Core /</manufacturerURL >
13
+ <modelDescription >Smart Home System</modelDescription >
14
14
<modelName >Wirehome.Core</modelName >
15
15
<modelNumber >001</modelNumber >
16
16
<UDN >uuid:c6faa85a-d7e9-48b7-8c54-7459c4d9c329</UDN >
17
- <serviceList >
17
+ <!-- < serviceList>
18
18
<service>
19
19
<serviceType>urn:schemas-upnp-org:service:urn:schemas-upnp-org:service:RenderingControl:1:1</serviceType>
20
20
<serviceId>urn:upnp-org:serviceId:00962552-891c-453c-96fb-f3c14804e8f2</serviceId>
21
21
<SCPDURL>dmr_avts.xml</SCPDURL>
22
22
<controlURL>control/AVTransport</controlURL>
23
23
<eventSubURL>event/AVTransport</eventSubURL>
24
24
</service>
25
- </serviceList >
25
+ </serviceList>-->
26
26
</device >
27
27
</root >
You can’t perform that action at this time.
0 commit comments