iotroam
    Preparing search index...

    Type Alias DeviceDetails

    type DeviceDetails = {
        expiry: string | null;
        id: number;
        last_known_ip: string | null;
        last_seen: string | null;
        last_updated: string | null;
        location: string | null;
        mac: string;
        name: string;
        owner: { id: number; name: string; type: "group"; url: string };
        password: string;
        profile: ProfileDetails | null;
        url: string;
    }
    Index

    Properties

    expiry: string | null
    id: number
    last_known_ip: string | null
    last_seen: string | null
    last_updated: string | null
    location: string | null
    mac: string
    name: string

    <= 32 characters

    owner: { id: number; name: string; type: "group"; url: string }
    password: string
    profile: ProfileDetails | null
    url: string