|
257 | 257 | D3E6E29B2A44270300BF7095 /* LevelSensorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E6E29A2A44270300BF7095 /* LevelSensorView.swift */; }; |
258 | 258 | D3E6E29E2A443CF100BF7095 /* SystemToggleStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E6E29D2A443CF100BF7095 /* SystemToggleStyle.swift */; }; |
259 | 259 | D3E6E2A02A452D0A00BF7095 /* ScaledLegendView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E6E29F2A452D0A00BF7095 /* ScaledLegendView.swift */; }; |
| 260 | + D3E741482D56331F0044CCBB /* TemperatureSensor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E741472D56331F0044CCBB /* TemperatureSensor.swift */; }; |
| 261 | + D3E7414A2D5633740044CCBB /* TemperatureSensor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3E741492D5633740044CCBB /* TemperatureSensor.swift */; }; |
260 | 262 | D3F2942C2A95D55F00D7F0CD /* Sequence+AsyncMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3F2942B2A95D55F00D7F0CD /* Sequence+AsyncMap.swift */; }; |
261 | 263 | D3FAC8DE2B5CF25D009E2775 /* FirmwareManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3FAC8DD2B5CF25D009E2775 /* FirmwareManager.swift */; }; |
262 | 264 | D3FAC8E02B5CF2F6009E2775 /* FirmwareManagerDataTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3FAC8DF2B5CF2F6009E2775 /* FirmwareManagerDataTypes.swift */; }; |
|
566 | 568 | D3E6E29A2A44270300BF7095 /* LevelSensorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LevelSensorView.swift; path = Sources/SwiftOCAUI/Views/Workers/Sensors/LevelSensorView.swift; sourceTree = SOURCE_ROOT; }; |
567 | 569 | D3E6E29D2A443CF100BF7095 /* SystemToggleStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemToggleStyle.swift; sourceTree = "<group>"; }; |
568 | 570 | D3E6E29F2A452D0A00BF7095 /* ScaledLegendView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScaledLegendView.swift; sourceTree = "<group>"; }; |
| 571 | + D3E741472D56331F0044CCBB /* TemperatureSensor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemperatureSensor.swift; sourceTree = "<group>"; }; |
| 572 | + D3E741492D5633740044CCBB /* TemperatureSensor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TemperatureSensor.swift; sourceTree = "<group>"; }; |
569 | 573 | D3F2942B2A95D55F00D7F0CD /* Sequence+AsyncMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Sequence+AsyncMap.swift"; sourceTree = "<group>"; }; |
570 | 574 | D3FAC8DD2B5CF25D009E2775 /* FirmwareManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirmwareManager.swift; sourceTree = "<group>"; }; |
571 | 575 | D3FAC8DF2B5CF2F6009E2775 /* FirmwareManagerDataTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirmwareManagerDataTypes.swift; sourceTree = "<group>"; }; |
|
858 | 862 | D351F20F2A729C36008C5513 /* LevelSensor.swift */, |
859 | 863 | D30644002A76CDDE0063DA65 /* IdentificationSensor.swift */, |
860 | 864 | D370B1492BF600A900BF88BB /* AudioLevelSensor.swift */, |
| 865 | + D3E741492D5633740044CCBB /* TemperatureSensor.swift */, |
861 | 866 | ); |
862 | 867 | path = Sensors; |
863 | 868 | sourceTree = "<group>"; |
|
1254 | 1259 | D3E6E1922A3ACA6C00BF7095 /* LevelSensor.swift */, |
1255 | 1260 | D370B1472BF6002300BF88BB /* AudioLevelSensor.swift */, |
1256 | 1261 | D30644022A76CE310063DA65 /* IdentificationSensor.swift */, |
| 1262 | + D3E741472D56331F0044CCBB /* TemperatureSensor.swift */, |
1257 | 1263 | ); |
1258 | 1264 | path = Sensors; |
1259 | 1265 | sourceTree = "<group>"; |
|
1741 | 1747 | D33B52AA2A702D3F001A1BA7 /* NetworkManager.swift in Sources */, |
1742 | 1748 | D35592622B520E21000F633B /* Logger+Ocp1ControllerInternal.swift in Sources */, |
1743 | 1749 | D3AFD35C2B30EC0600A72E9A /* CodingManager.swift in Sources */, |
| 1750 | + D3E7414A2D5633740044CCBB /* TemperatureSensor.swift in Sources */, |
1744 | 1751 | D351F2122A729CB0008C5513 /* TimeSource.swift in Sources */, |
1745 | 1752 | D33B52AC2A702D4D001A1BA7 /* DeviceManager.swift in Sources */, |
1746 | 1753 | D355925D2B51E5FF000F633B /* DatagramProxyDeviceEndpoint.swift in Sources */, |
|
1947 | 1954 | D3E6E2392A3BD52E00BF7095 /* Browser.swift in Sources */, |
1948 | 1955 | D3E6E1DE2A3ACAA900BF7095 /* WellKnownObjectNumbers.swift in Sources */, |
1949 | 1956 | D3FAC8EC2B5CFC11009E2775 /* TaskManagerDataTypes.swift in Sources */, |
| 1957 | + D3E741482D56331F0044CCBB /* TemperatureSensor.swift in Sources */, |
1950 | 1958 | D3CFA3602CED4D9F00CAE537 /* Weak.swift in Sources */, |
1951 | 1959 | D3CFA3612CED4D9F00CAE537 /* Locking.swift in Sources */, |
1952 | 1960 | D3E6E1B32A3ACA7B00BF7095 /* Ocp1Connection+Codable.swift in Sources */, |
|
0 commit comments