1 contributor
23 lines | 1.913kb
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="16119" systemVersion="19E287" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier="">
    <entity name="Entity" representedClassName="Entity" syncable="YES" codeGenerationType="class"/>
    <entity name="DeviceSettings" representedClassName="DeviceSettings" syncable="YES" codeGenerationType="class">
        <attribute name="macAddress" optional="YES" attributeType="String"/>
        <attribute name="meterName" optional="YES" attributeType="String"/>
        <attribute name="tc66TemperatureUnit" optional="YES" attributeType="String"/>
        <attribute name="updatedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
        <attribute name="modelType" optional="YES" attributeType="String"/>
        <attribute name="connectedByDeviceID" optional="YES" attributeType="String"/>
        <attribute name="connectedByDeviceName" optional="YES" attributeType="String"/>
        <attribute name="connectedAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
        <attribute name="connectedExpiryAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
        <attribute name="lastSeenAt" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
        <attribute name="lastSeenByDeviceID" optional="YES" attributeType="String"/>
        <attribute name="lastSeenByDeviceName" optional="YES" attributeType="String"/>
        <attribute name="lastSeenPeripheralName" optional="YES" attributeType="String"/>
    </entity>
    <elements>
        <element name="Entity" positionX="-63" positionY="-18" width="128" height="43"/>
        <element name="DeviceSettings" positionX="160" positionY="-18" width="128" height="103"/>
    </elements>
</model>