|
Bogdan Timofte
authored
a week ago
|
1
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
2
|
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="16119" systemVersion="19E287" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier="">
|
|
|
3
|
<entity name="Entity" representedClassName="Entity" syncable="YES" codeGenerationType="class"/>
|
|
|
4
|
<entity name="DeviceSettings" representedClassName="DeviceSettings" syncable="YES" codeGenerationType="class">
|
|
|
5
|
<attribute name="macAddress" optional="YES" attributeType="String"/>
|
|
|
6
|
<attribute name="meterName" optional="YES" attributeType="String"/>
|
|
|
7
|
<attribute name="tc66TemperatureUnit" optional="YES" attributeType="String"/>
|
|
|
8
|
<attribute name="updatedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
9
|
<attribute name="modelType" optional="YES" attributeType="String"/>
|
|
|
10
|
<attribute name="connectedByDeviceID" optional="YES" attributeType="String"/>
|
|
|
11
|
<attribute name="connectedByDeviceName" optional="YES" attributeType="String"/>
|
|
|
12
|
<attribute name="connectedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
13
|
<attribute name="connectedExpiryAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
14
|
<attribute name="lastSeenAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
|
|
|
15
|
<attribute name="lastSeenByDeviceID" optional="YES" attributeType="String"/>
|
|
|
16
|
<attribute name="lastSeenByDeviceName" optional="YES" attributeType="String"/>
|
|
|
17
|
<attribute name="lastSeenPeripheralName" optional="YES" attributeType="String"/>
|
|
|
18
|
</entity>
|
|
|
19
|
<elements>
|
|
|
20
|
<element name="Entity" positionX="-63" positionY="-18" width="128" height="43"/>
|
|
|
21
|
<element name="DeviceSettings" positionX="160" positionY="-18" width="128" height="103"/>
|
|
|
22
|
</elements>
|
|
|
23
|
</model>
|