HubitatServer: Adds HubitatServer type and adds it to the multiplexer
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
CD815B8E241C6F4000E2FA97 /* ServerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD815B8D241C6F4000E2FA97 /* ServerProtocol.swift */; };
|
||||
CD815B90241C7CAC00E2FA97 /* DeviceProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD815B8F241C7CAC00E2FA97 /* DeviceProtocol.swift */; };
|
||||
CD815B92241DA28B00E2FA97 /* ServerMultiplex.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD815B91241DA28B00E2FA97 /* ServerMultiplex.swift */; };
|
||||
CD815B94241DC16700E2FA97 /* HubitatServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD815B93241DC16700E2FA97 /* HubitatServer.swift */; };
|
||||
CD815B96241DC44D00E2FA97 /* HubitatDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD815B95241DC44D00E2FA97 /* HubitatDevice.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -79,6 +81,8 @@
|
||||
CD815B8D241C6F4000E2FA97 /* ServerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerProtocol.swift; sourceTree = "<group>"; };
|
||||
CD815B8F241C7CAC00E2FA97 /* DeviceProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceProtocol.swift; sourceTree = "<group>"; };
|
||||
CD815B91241DA28B00E2FA97 /* ServerMultiplex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerMultiplex.swift; sourceTree = "<group>"; };
|
||||
CD815B93241DC16700E2FA97 /* HubitatServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HubitatServer.swift; sourceTree = "<group>"; };
|
||||
CD815B95241DC44D00E2FA97 /* HubitatDevice.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HubitatDevice.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -126,6 +130,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
CD815B8F241C7CAC00E2FA97 /* DeviceProtocol.swift */,
|
||||
CD815B95241DC44D00E2FA97 /* HubitatDevice.swift */,
|
||||
0C4314FF1C35B1E700164559 /* WemoDevice.swift */,
|
||||
);
|
||||
path = Models;
|
||||
@@ -227,6 +232,7 @@
|
||||
children = (
|
||||
CD815B91241DA28B00E2FA97 /* ServerMultiplex.swift */,
|
||||
CD815B8D241C6F4000E2FA97 /* ServerProtocol.swift */,
|
||||
CD815B93241DC16700E2FA97 /* HubitatServer.swift */,
|
||||
0CAA32781C361A2400B353CF /* WemoServer.swift */,
|
||||
);
|
||||
path = Servers;
|
||||
@@ -318,9 +324,11 @@
|
||||
0C41EF4E1C34B81F00AF847F /* KSIRingView.m in Sources */,
|
||||
0CAA327B1C361CBE00B353CF /* NSErrorAdditions.swift in Sources */,
|
||||
0CF0F8961C362D8F00FE7752 /* NSURLAdditions.swift in Sources */,
|
||||
CD815B94241DC16700E2FA97 /* HubitatServer.swift in Sources */,
|
||||
0CAA32791C361A2400B353CF /* WemoServer.swift in Sources */,
|
||||
0C41EF561C35ABCD00AF847F /* ConnectionStatusView.swift in Sources */,
|
||||
0C63A87D1C33C655007E4B52 /* NSValue+XIONAdditions.m in Sources */,
|
||||
CD815B96241DC44D00E2FA97 /* HubitatDevice.swift in Sources */,
|
||||
0C20E2BD1C33534F00BA789B /* VisualizationViewController.swift in Sources */,
|
||||
CD815B90241C7CAC00E2FA97 /* DeviceProtocol.swift in Sources */,
|
||||
0C41EF4A1C34B51500AF847F /* SwitchesViewController.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user